org.drools.compiler
Class DroolsParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.drools.CheckedDroolsException
              extended byorg.drools.compiler.DroolsParserException
All Implemented Interfaces:
java.io.Serializable

public class DroolsParserException
extends CheckedDroolsException

See Also:
Serialized Form
 

Constructor Summary
DroolsParserException()
           
DroolsParserException(java.lang.String message)
           
DroolsParserException(java.lang.String message, java.lang.Throwable cause)
           
DroolsParserException(java.lang.Throwable cause)
           
 
Methods inherited from class org.drools.CheckedDroolsException
getRootCause
 
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

DroolsParserException

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

DroolsParserException

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

DroolsParserException

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

DroolsParserException

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