Uses of Class
org.projog.core.parser.ParserException
-
Packages that use ParserException Package Description org.projog.core.parser Provides classes for constructingTermobjects from Prolog syntax. -
-
Uses of ParserException in org.projog.core.parser
Methods in org.projog.core.parser that return ParserException Modifier and Type Method Description private ParserExceptionSentenceParser. newParserException(java.lang.String message)Returns a newParserExceptionwith the specified message.(package private) ParserExceptionTokenParser. newParserException(java.lang.String message)Returns a newParserExceptionwith the specified message.
-