|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ow2.jasmine.jadort.api.JadortServiceException
org.ow2.jasmine.jadort.api.InvalidStepException
public class InvalidStepException
Exception thrown when the current operation is not in the expected step.
| Constructor Summary | |
|---|---|
InvalidStepException(OperationStateBean.Step currentStep,
OperationStateBean.Step... expectedSteps)
Exception thrown when the current operation is not in the expected step. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidStepException(OperationStateBean.Step currentStep,
OperationStateBean.Step... expectedSteps)
currentStep - The current step.expectedSteps - The steps that are allowed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||