|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
gate.util.GateSaxException
public class GateSaxException
An inherited class from SAX exception in the GATE packages. Can be used to catch any internal exception thrown by the GATE SAX libraries.
Constructor Summary | |
---|---|
GateSaxException(Exception anException)
|
|
GateSaxException(String aMessage)
|
|
GateSaxException(String aMessage,
Exception anException)
|
Method Summary |
---|
Methods inherited from class org.xml.sax.SAXException |
---|
getException, getMessage, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
---|
public GateSaxException(String aMessage, Exception anException)
public GateSaxException(String aMessage)
public GateSaxException(Exception anException)
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |