@Deprecated public abstract class AbstractFailedToCoerceValueException extends net.stickycode.exception.PermanentException
| Constructor and Description |
|---|
AbstractFailedToCoerceValueException(String message,
Object... arguments)
Deprecated.
Construct a coercion failure message.
|
AbstractFailedToCoerceValueException(Throwable cause,
String message,
Object... arguments)
Deprecated.
Construct a coercion failure message where there was an exceptional cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AbstractFailedToCoerceValueException(Throwable cause, String message, Object... arguments)
cause - The cause of the problemmessage - The parameterized messagearguments - The arguments for parameterization, can be emptyCopyright © 2003–2017 RedEngine Ltd. All rights reserved.