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:
  • Field Details

  • Constructor Details

    • JFlexWrapException

      public JFlexWrapException(Exception exception)
  • Method Details