Package com.adbs.ast
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adbs.ast.ParsingException
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionParsingException(String message) ParsingException(String message, Token token) ParsingException(String message, String token) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Field Details- 
errorPos
- 
errorTokenValue
 
- 
- 
Constructor Details- 
ParsingException
- 
ParsingException
- 
ParsingException
 
-