Class JFlexWrapException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.ontopia.topicmaps.query.parser.JFlexWrapException
-
- All Implemented Interfaces:
Serializable
public class JFlexWrapException extends RuntimeException
INTERNAL: Exception used to wrap other exceptions so that they can be thrown from inside JFlex-generated code.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JFlexWrapException(Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
Exception
getException()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-