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
           
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ExecutionComponentStateException(int state)
           
 
Method Summary
 int getState()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

state

private int state
Constructor Detail

ExecutionComponentStateException

public ExecutionComponentStateException(int state)
Parameters:
state - The state of the exception
Method Detail

getState

public int getState()
Returns:
The state of the exception