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 |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GateRuntimeException
public GateRuntimeException()
GateRuntimeException
public GateRuntimeException(String message)