All Packages Class Hierarchy This Package Previous Next Index
Class prolog.ParsingException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----prolog.PrologException
|
+----prolog.ParsingException
- public class ParsingException
- extends PrologException
Used to pass parsing errors back to the caller.
- See Also:
- Parser
-
ParsingException(String)
-
-
ParsingException(Yylex, String)
-
ParsingException
public ParsingException(String msg)
ParsingException
public ParsingException(Yylex lex,
String msg)
All Packages Class Hierarchy This Package Previous Next Index