|
|||||||||
| Home >> All >> org >> apache >> commons >> [ beanutils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.beanutils
Class ConversionException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.beanutils.ConversionException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConversionException
- extends java.lang.RuntimeException
A ConversionException indicates that a call to
Converter.convert() has failed to complete successfully.
- Since:
- 1.3
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
protected java.lang.Throwable |
cause
The root cause of this ConversionException, compatible with
JDK 1.4's extensions to java.lang.Throwable. |
| Fields inherited from class java.lang.RuntimeException |
|
| Fields inherited from class 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()
Returns the cause of this exception, or null if the cause is not known or non-existant. |
| 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 |
cause
protected java.lang.Throwable cause
- The root cause of this
ConversionException, compatible with JDK 1.4's extensions tojava.lang.Throwable.
| Constructor Detail |
ConversionException
public ConversionException(java.lang.String message)
- Construct a new exception with the specified message.
ConversionException
public ConversionException(java.lang.String message, java.lang.Throwable cause)
- Construct a new exception with the specified message and root cause.
ConversionException
public ConversionException(java.lang.Throwable cause)
- Construct a new exception with the specified root cause.
| Method Detail |
getCause
public java.lang.Throwable getCause()
- Description copied from class:
java.lang.Throwable - Returns the cause of this exception, or null if the cause is not known
or non-existant. This cause is initialized by the new constructors,
or by calling initCause.
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ beanutils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC