net.ontopia.topicmaps.query.parser
Class AntlrWrapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by antlr.ANTLRException
              extended by antlr.RecognitionException
                  extended by net.ontopia.topicmaps.query.parser.AntlrWrapException
All Implemented Interfaces:
java.io.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:
Serialized Form

Field Summary
 java.lang.Exception exception
           
 
Fields inherited from class antlr.RecognitionException
column, fileName, line
 
Constructor Summary
AntlrWrapException(java.lang.Exception exception)
           
 
Method Summary
 java.lang.Exception getException()
           
 
Methods inherited from class antlr.RecognitionException
getColumn, getErrorMessage, getFilename, getLine, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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

AntlrWrapException

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

getException

public java.lang.Exception getException()


Copyright © 2000-2012 Ontopia.