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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
GateRuntimeException
public GateRuntimeException()
GateRuntimeException
public GateRuntimeException(String message)