Package ru.ispras.microtesk.model
Class ExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ru.ispras.microtesk.model.ExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ExecutionException extends java.lang.RuntimeException
TheExecutionException
exception is thrown by the execution environment (see theExecution.exception(String)
method).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionException(java.lang.String message)
-