Class GeneralParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.antlr.runtime.RecognitionException
org.drools.drl.parser.lang.GeneralParseException
All Implemented Interfaces:
Serializable

public class GeneralParseException extends org.antlr.runtime.RecognitionException
See Also:
  • Constructor Details

    • GeneralParseException

      public GeneralParseException(String message, int line)
  • Method Details