gate.creole
Class ExecutionInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gate.util.GateException
gate.creole.ExecutionException
gate.creole.ExecutionInterruptedException
- All Implemented Interfaces:
- Serializable
public class ExecutionInterruptedException
- extends ExecutionException
Thrown by Executables after they have stopped their execution
as a result of a call to their interrupt() method.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExecutionInterruptedException
public ExecutionInterruptedException(String message)
ExecutionInterruptedException
public ExecutionInterruptedException(Throwable cause)
ExecutionInterruptedException
public ExecutionInterruptedException(String message,
Throwable cause)
ExecutionInterruptedException
public ExecutionInterruptedException()