Package net.ontopia.topicmaps.utils.ltm
Class AntlrWrapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.RecognitionException
net.ontopia.topicmaps.utils.ltm.AntlrWrapException
- All Implemented Interfaces:
Serializable
public class AntlrWrapException
extends antlr.RecognitionException
INTERNAL: Exception used to wrap other exceptions so that they can
be thrown from inside ANTLR-generated code.
- See Also:
-
Field Summary
FieldsFields inherited from class antlr.RecognitionException
column, fileName, line -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class antlr.RecognitionException
getColumn, getErrorMessage, getFilename, getLine, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace