org.eclipse.hyades.execution.core
Class ExecutionComponentStateException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.eclipse.hyades.execution.core.ExecutionComponentStateException
- All Implemented Interfaces:
- Serializable
- public class ExecutionComponentStateException
- extends RuntimeException
A ExecutionComponentStateException is thrown by any IExecutionComponent
operation that occurs when the IExecutionComponent is not in the correct
state to support the current operation.
- Version:
- 0.0.2
- See Also:
- Serialized Form
Field Summary |
private int |
state
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
state
private int state
ExecutionComponentStateException
public ExecutionComponentStateException(int state)
- Parameters:
state
- The state of the exception
getState
public int getState()
- Returns:
- The state of the exception