gate.util
Class GateSaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by gate.util.GateSaxException
All Implemented Interfaces:
Serializable

public class GateSaxException
extends SAXException

An inherited class from SAX exception in the GATE packages. Can be used to catch any internal exception thrown by the GATE SAX libraries.

See Also:
Serialized Form

Field Summary
private static boolean DEBUG
          Debug flag
 
Constructor Summary
GateSaxException(Exception anException)
           
GateSaxException(String aMessage)
           
GateSaxException(String aMessage, Exception anException)
           
 
Method Summary
 
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

DEBUG

private static final boolean DEBUG
Debug flag

See Also:
Constant Field Values
Constructor Detail

GateSaxException

public GateSaxException(String aMessage,
                        Exception anException)

GateSaxException

public GateSaxException(String aMessage)

GateSaxException

public GateSaxException(Exception anException)