public class IllegalStateTransitionException extends NucleusException
| Modifier and Type | Field and Description |
|---|---|
protected static Localiser |
LOCALISER
Localiser for messages.
|
| Constructor and Description |
|---|
IllegalStateTransitionException(LifeCycleState state,
String transition,
ObjectProvider op)
Constructs an illegal state transition exception.
|
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringprotected static final Localiser LOCALISER
public IllegalStateTransitionException(LifeCycleState state, String transition, ObjectProvider op)
state - The object's current life-cycle state.transition - A string describing the type of transition.op - ObjectProvider for the object.Copyright © 2013. All Rights Reserved.