Class AntlrWrapException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- antlr.ANTLRException
-
- antlr.RecognitionException
-
- net.ontopia.topicmaps.query.parser.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AntlrWrapException(Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
Exception
getException()
-
Methods inherited from class antlr.RecognitionException
getColumn, getErrorMessage, getFilename, getLine, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-