public class ObjectTransformationException extends ApplicationApiRuntimeException
| Constructor and Description |
|---|
ObjectTransformationException(String message,
Throwable cause,
Class<?> valueClass)
Create a new instance with a message, cause, and valueClass
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getValueClass()
Returns the
Class of the type to which a raw value could not be
transfomed. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectTransformationException(String message, Throwable cause, Class<?> valueClass)
message - the description of the failurecause - the underlying cause of the exceptionvalueClass - the type to which the raw value could not be transformed topublic Class<?> getValueClass()
Class of the type to which a raw value could not be
transfomed.Class of the type to which a raw value could not be
transfomed
Copyright (C) 2014, Center for Open Middleware