net.ontopia.topicmaps.query.parser
Class JFlexWrapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.ontopia.topicmaps.query.parser.JFlexWrapException
All Implemented Interfaces:
java.io.Serializable

public class JFlexWrapException
extends java.lang.RuntimeException

INTERNAL: Exception used to wrap other exceptions so that they can be thrown from inside JFlex-generated code.

See Also:
Serialized Form

Field Summary
 java.lang.Exception exception
           
 
Constructor Summary
JFlexWrapException(java.lang.Exception exception)
           
 
Method Summary
 java.lang.Exception getException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exception

public java.lang.Exception exception
Constructor Detail

JFlexWrapException

public JFlexWrapException(java.lang.Exception exception)
Method Detail

getException

public java.lang.Exception getException()


Copyright © 2000-2012 Ontopia.