| Package | Description |
|---|---|
| com.phloc.commons.typeconvert |
| Modifier and Type | Method and Description |
|---|---|
TypeConverterException.EReason |
TypeConverterException.getReason() |
static TypeConverterException.EReason |
TypeConverterException.EReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeConverterException.EReason[] |
TypeConverterException.EReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TypeConverterException(Class<?> aSrcClass,
Class<?> aDstClass,
TypeConverterException.EReason eReason)
Constructor.
|
TypeConverterException(Class<?> aSrcClass,
Class<?> aDstClass,
TypeConverterException.EReason eReason,
Throwable aCause)
Constructor with a cause exception.
|
TypeConverterException(Class<?> aDstClass,
TypeConverterException.EReason eReason)
Constructor only with a destination class.
|
Copyright © 2006–2014 phloc systems. All rights reserved.