Class IllegalHandleStateChangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.component.ComponentException
org.refcodes.component.ComponentException.AbstractComponentHandleException
org.refcodes.component.IllegalHandleStateChangeException
- All Implemented Interfaces:
Serializable, HandleAccessor, ErrorCodeAccessor, Trap
public class IllegalHandleStateChangeException
extends ComponentException.AbstractComponentHandleException
This exception is thrown in case a handle was provided whose reference does
not support a given operation.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ComponentException
ComponentException.AbstractComponentHandleExceptionNested classes/interfaces inherited from interface ErrorCodeAccessor
ErrorCodeAccessor.ErrorCodeBuilder<B>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodePropertyNested classes/interfaces inherited from interface HandleAccessor
HandleAccessor.HandleMutator<H>, HandleAccessor.HandleProperty<H> -
Field Summary
Fields inherited from class ComponentException.AbstractComponentHandleException
_handle -
Constructor Summary
ConstructorsConstructorDescriptionIllegalHandleStateChangeException(Object aHandle, Throwable aCause) Instantiates the classIllegalHandleStateChangeException.IllegalHandleStateChangeException(Object aHandle, Throwable aCause, String aErrorCode) Instantiates the classIllegalHandleStateChangeException.IllegalHandleStateChangeException(String aMessage, Object aHandle) Instantiates the classIllegalHandleStateChangeException.IllegalHandleStateChangeException(String aMessage, Object aHandle, String aErrorCode) Instantiates the classIllegalHandleStateChangeException.IllegalHandleStateChangeException(String aMessage, Object aHandle, Throwable aCause) Instantiates the classIllegalHandleStateChangeException.IllegalHandleStateChangeException(String aMessage, Object aHandle, Throwable aCause, String aErrorCode) Instantiates the classIllegalHandleStateChangeException. -
Method Summary
Methods inherited from class ComponentException.AbstractComponentHandleException
getHandle, getPatternArgumentsMethods inherited from class AbstractRuntimeException
getErrorCode, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Trap
toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Constructor Details
-
IllegalHandleStateChangeException
Instantiates the classIllegalHandleStateChangeException.- See Also:
-
IllegalHandleStateChangeException
public IllegalHandleStateChangeException(String aMessage, Object aHandle, Throwable aCause, String aErrorCode) Instantiates the classIllegalHandleStateChangeException.- See Also:
-
IllegalHandleStateChangeException
Instantiates the classIllegalHandleStateChangeException.- See Also:
-
IllegalHandleStateChangeException
Instantiates the classIllegalHandleStateChangeException.- See Also:
-
IllegalHandleStateChangeException
Instantiates the classIllegalHandleStateChangeException.- See Also:
-
IllegalHandleStateChangeException
Instantiates the classIllegalHandleStateChangeException.- See Also:
-