org.drools.rule
Class InvalidPatternException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.drools.RuntimeDroolsException
                  extended byorg.drools.rule.RuleConstructionException
                      extended byorg.drools.rule.InvalidPatternException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPatternException
extends RuleConstructionException

See Also:
Serialized Form
 

Constructor Summary
InvalidPatternException()
           
InvalidPatternException(java.lang.String message)
           
InvalidPatternException(java.lang.String message, java.lang.Throwable cause)
           
InvalidPatternException(java.lang.Throwable cause)
           
 
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

InvalidPatternException

public InvalidPatternException()
See Also:
Exception.Exception()

InvalidPatternException

public InvalidPatternException(java.lang.String message)
See Also:
Exception.Exception(String message)

InvalidPatternException

public InvalidPatternException(java.lang.String message,
                               java.lang.Throwable cause)
See Also:
Exception.Exception(String message, Throwable cause)

InvalidPatternException

public InvalidPatternException(java.lang.Throwable cause)
See Also:
Exception.Exception(Throwable cause)