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 Details

  • Constructor Details

    • AntlrWrapException

      public AntlrWrapException(Exception exception)
  • Method Details