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

Constructor Index

 o ParsingException(String)
 o ParsingException(Yylex, String)

Constructors

 o ParsingException
 public ParsingException(String msg)
 o ParsingException
 public ParsingException(Yylex lex,
                         String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index