gate.util
Class GateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gate.util.GateException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DocumentFormatException, ExecutionException, GazetteerException, InvalidDatabaseException, InvalidFormatException, InvalidFormatException, InvalidOffsetException, JapeException, JdmException, NoSuchClosureTypeException, NoSuchObjectException, OpenTransactionsException, ParameterException, PersistenceException, ResourceInstantiationException, SecurityException, TokeniserException, WordNetException
- public class GateException
- extends Exception
A superclass for exceptions in the GATE packages. Can be used
to catch any internal exception thrown by the GATE libraries.
(Of course
other types of exception may be thrown, but these will be from other
sources such as the Java core API.)
- See Also:
- Serialized Form
Field Summary |
private static boolean |
DEBUG
Debug flag |
protected Throwable |
e
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
DEBUG
private static final boolean DEBUG
- Debug flag
- See Also:
- Constant Field Values
e
protected Throwable e
GateException
public GateException()
GateException
public GateException(String s)
GateException
public GateException(Throwable e)
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintStream s)