|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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 java.lang.Throwable |
cause
The root cause of this ConversionException , compatible with
JDK 1.4's extensions to java.lang.Throwable . |
Constructor Summary | |
---|---|
ConversionException(java.lang.String message)
Construct a new exception with the specified message. |
|
ConversionException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified message and root cause. |
|
ConversionException(java.lang.Throwable cause)
Construct a new exception with the specified root cause. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
|
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 java.lang.Throwable cause
ConversionException
, compatible with
JDK 1.4's extensions to java.lang.Throwable
.
Constructor Detail |
---|
public ConversionException(java.lang.String message)
message
- The message describing this exceptionpublic ConversionException(java.lang.String message, java.lang.Throwable cause)
message
- The message describing this exceptioncause
- The root cause of this exceptionpublic ConversionException(java.lang.Throwable cause)
cause
- The root cause of this exceptionMethod Detail |
---|
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |