org.pelds.rules
Class RuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.pelds.rules.RuleException
All Implemented Interfaces:
java.io.Serializable

public class RuleException
extends java.lang.RuntimeException

Special Exception class for rule handling errors

Author:
Hannes Muehleisen (hannes@muehleisen.org)
See Also:
Serialized Form

Constructor Summary
RuleException()
           
RuleException(java.lang.String message)
           
RuleException(java.lang.String message, java.lang.Throwable cause)
           
RuleException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleException

public RuleException()

RuleException

public RuleException(java.lang.String message)

RuleException

public RuleException(java.lang.Throwable cause)

RuleException

public RuleException(java.lang.String message,
                     java.lang.Throwable cause)