gate.util
Class GateRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gate.util.GateRuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MethodNotImplementedException, SynchronisationException
- public class GateRuntimeException
- extends RuntimeException
Exception used to signal a runtime exception within Gate.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
throwable
Throwable throwable
GateRuntimeException
public GateRuntimeException()
GateRuntimeException
public GateRuntimeException(String message)
GateRuntimeException
public GateRuntimeException(String message,
Throwable cause)
GateRuntimeException
public GateRuntimeException(Throwable e)
printStackTrace
public void printStackTrace()
- Overriden so we can print the enclosed exception's stacktrace too.
printStackTrace
public void printStackTrace(PrintStream s)
- Overriden so we can print the enclosed exception's stacktrace too.
printStackTrace
public void printStackTrace(PrintWriter s)
- Overriden so we can print the enclosed exception's stacktrace too.