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:
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

Field Summary
 Exception exception
           
 
Constructor Summary
JFlexWrapException(Exception exception)
           
 
Method Summary
 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 Exception exception
Constructor Detail

JFlexWrapException

public JFlexWrapException(Exception exception)
Method Detail

getException

public Exception getException()


Copyright © 2000-2012 Ontopia.