gate.creole
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gate.util.GateException
              extended by gate.creole.ExecutionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExecutionInterruptedException

public class ExecutionException
extends GateException

Exception used to signal problems during the execution of GATE controllers and Processing Resources.

See Also:
Serialized Form

Constructor Summary
ExecutionException()
           
ExecutionException(String s)
           
ExecutionException(String s, Throwable t)
           
ExecutionException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionException

public ExecutionException()

ExecutionException

public ExecutionException(String s)

ExecutionException

public ExecutionException(Throwable t)

ExecutionException

public ExecutionException(String s,
                          Throwable t)