org.ow2.jasmine.jadort.api
Class InvalidStepException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ow2.jasmine.jadort.api.JadortServiceException
org.ow2.jasmine.jadort.api.InvalidStepException
- All Implemented Interfaces:
- Serializable
public class InvalidStepException
- extends JadortServiceException
Exception thrown when the current operation is not in the expected step.
- Author:
- Arda Aydin, Malek Chahine, S. Ali Tokmen
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidStepException
public InvalidStepException(OperationStateBean.Step currentStep,
OperationStateBean.Step... expectedSteps)
- Exception thrown when the current operation is not in the expected step.
- Parameters:
currentStep - The current step.expectedSteps - The steps that are allowed.
Copyright © 2012 OW2 Consortium. All Rights Reserved.