GATE
Version 3.1-2270

gate.util
Class GateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gate.util.GateException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DocumentFormatException, ExecutionException, GazetteerException, GeneralEditorException, InvalidDatabaseException, InvalidFormatException, InvalidFormatException, InvalidOffsetException, JapeException, JdmException, 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
protected  Throwable e
           
 
Constructor Summary
GateException()
           
GateException(String s)
           
GateException(String message, Throwable e)
           
GateException(Throwable e)
           
 
Method Summary
 void printStackTrace()
          Overridden so we can print the enclosed exception's stack trace too.
 void printStackTrace(PrintStream s)
          Overridden so we can print the enclosed exception's stack trace too.
 void printStackTrace(PrintWriter s)
          Overridden so we can print the enclosed exception's stack trace too.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

e

protected Throwable e
Constructor Detail

GateException

public GateException()

GateException

public GateException(String s)

GateException

public GateException(Throwable e)

GateException

public GateException(String message,
                     Throwable e)
Method Detail

printStackTrace

public void printStackTrace()
Overridden so we can print the enclosed exception's stack trace too.

Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Overridden so we can print the enclosed exception's stack trace too.

Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter s)
Overridden so we can print the enclosed exception's stack trace too.

Overrides:
printStackTrace in class Throwable

GATE
Version 3.1-2270