org.drools.lang
Class GeneralParseException

java.lang.Object
  extended byRecognitionException
      extended byorg.drools.lang.GeneralParseException
Direct Known Subclasses:
ExpanderException

public class GeneralParseException
extends RecognitionException

See Also:
Serialized Form

Constructor Summary
GeneralParseException(java.lang.String message, int line)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralParseException

public GeneralParseException(java.lang.String message,
                             int line)
Method Detail

getMessage

public java.lang.String getMessage()