public class UnknownHandleRuntimeException
extends org.refcodes.exception.AbstractException.AbstractRuntimeException
HandleAccessor.HandleMutator<H>, HandleAccessor.HandleProperty<H>
Constructor and Description |
---|
UnknownHandleRuntimeException(Object aHandle,
String message) |
UnknownHandleRuntimeException(Object aHandle,
String aMessage,
String aErrorCode) |
UnknownHandleRuntimeException(Object aHandle,
String message,
Throwable cause) |
UnknownHandleRuntimeException(Object aHandle,
String aMessage,
Throwable aCause,
String aErrorCode) |
UnknownHandleRuntimeException(Object aHandle,
Throwable cause) |
UnknownHandleRuntimeException(Object aHandle,
Throwable aCause,
String aErrorCode) |
Modifier and Type | Method and Description |
---|---|
Object |
getHandle()
Retrieves the handle from the handle property.
|
getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownHandleRuntimeException(Object aHandle, String aMessage, String aErrorCode)
public UnknownHandleRuntimeException(Object aHandle, String aMessage, Throwable aCause, String aErrorCode)
public UnknownHandleRuntimeException(Object aHandle, String message, Throwable cause)
public UnknownHandleRuntimeException(Object aHandle, Throwable aCause, String aErrorCode)
public Object getHandle()
HandleAccessor
getHandle
in interface HandleAccessor
Copyright © 2016. All rights reserved.