Oracle

com.compoze.util
Class InvalidRuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.compoze.util.InvalidRuleException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRuleException
extends java.lang.Exception

This exception is thrown when an invalid rule is specified.

See Also:
Serialized Form

Constructor Summary
InvalidRuleException()
          Constructor.
InvalidRuleException(java.lang.String sMessage)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRuleException

public InvalidRuleException()
Constructor.


InvalidRuleException

public InvalidRuleException(java.lang.String sMessage)
Constructor.

Parameters:
sMessage - the exception message

Oracle

Copyright ©1999-2008 Oracle All rights reserved.