gate.util
Class GateRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gate.util.GateRuntimeException
All Implemented Interfaces:
Serializable

public class GateRuntimeException
extends RuntimeException

Exception used to signal a runtime exception within Gate.

See Also:
Serialized Form

Constructor Summary
GateRuntimeException()
           
GateRuntimeException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GateRuntimeException

public GateRuntimeException()

GateRuntimeException

public GateRuntimeException(String message)