gate.util
Class GateRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by gate.util.GateRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GateOntologyException, InvalidURIException, MethodNotImplementedException, SynchronisationException

public class GateRuntimeException
extends RuntimeException

Exception used to signal a runtime exception within Gate.

See Also:
Serialized Form

Constructor Summary
GateRuntimeException()
           
GateRuntimeException(String message)
           
GateRuntimeException(String message, Throwable cause)
           
GateRuntimeException(Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GateRuntimeException

public GateRuntimeException()

GateRuntimeException

public GateRuntimeException(String message)

GateRuntimeException

public GateRuntimeException(String message,
                            Throwable cause)

GateRuntimeException

public GateRuntimeException(Throwable e)