|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.commons.beanutils.ConversionException
public class ConversionException
A ConversionException indicates that a call to
Converter.convert()
has failed to complete successfully.
Field Summary | |
---|---|
protected Throwable |
cause
The root cause of this ConversionException , compatible with
JDK 1.4's extensions to java.lang.Throwable . |
Constructor Summary | |
---|---|
ConversionException(String message)
Construct a new exception with the specified message. |
|
ConversionException(String message,
Throwable cause)
Construct a new exception with the specified message and root cause. |
|
ConversionException(Throwable cause)
Construct a new exception with the specified root cause. |
Method Summary | |
---|---|
Throwable |
getCause()
Return the root cause of this conversion exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Throwable cause
ConversionException
, compatible with
JDK 1.4's extensions to java.lang.Throwable
.
Constructor Detail |
---|
public ConversionException(String message)
message
- The message describing this exceptionpublic ConversionException(String message, Throwable cause)
message
- The message describing this exceptioncause
- The root cause of this exceptionpublic ConversionException(Throwable cause)
cause
- The root cause of this exceptionMethod Detail |
---|
public Throwable getCause()
getCause
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |