de.zeigermann.xpa
Class XPAException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--antlr.ANTLRException
                    |
                    +--antlr.RecognitionException
                          |
                          +--de.zeigermann.xpa.XPAException
All Implemented Interfaces:
Serializable

public class XPAException
extends RecognitionException

General XPA exception.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class antlr.RecognitionException
column, fileName, line
 
Constructor Summary
XPAException()
           
XPAException(String message)
           
XPAException(String message, Throwable cause)
           
 
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
 

Constructor Detail

XPAException

public XPAException()

XPAException

public XPAException(String message)

XPAException

public XPAException(String message,
                    Throwable cause)


Copyright © 1999-2003 Oliver Zeigermann. All Rights Reserved.