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
GateRuntimeException
public GateRuntimeException()
GateRuntimeException
public GateRuntimeException(String message)