gate.util
Class GateSaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xml.sax.SAXException
                    |
                    +--gate.util.GateSaxException
All Implemented Interfaces:
Serializable

public class GateSaxException
extends org.xml.sax.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
 
Fields inherited from class org.xml.sax.SAXException
exception
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
GateSaxException(Exception anException)
           
GateSaxException(String aMessage)
           
GateSaxException(String aMessage, Exception anException)
           
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

DEBUG

private static final boolean DEBUG
Debug flag
Constructor Detail

GateSaxException

public GateSaxException(String aMessage,
                        Exception anException)

GateSaxException

public GateSaxException(String aMessage)

GateSaxException

public GateSaxException(Exception anException)