|
|||||||||||
| 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.lang.exception.NestableRuntimeException
org.apache.commons.configuration.ConfigurationRuntimeException
org.apache.commons.configuration.ConversionException
Exception thrown when a property is incompatible with the type requested.
| Field Summary |
| Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
delegate |
| Constructor Summary | |
ConversionException()
Constructs a new ConversionException without specified
detail message. |
|
ConversionException(String message)
Constructs a new ConversionException with specified
detail message. |
|
ConversionException(String message,
Throwable cause)
Constructs a new ConversionException with specified
detail message and nested Throwable. |
|
ConversionException(Throwable cause)
Constructs a new ConversionException with specified
nested Throwable. |
|
| Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConversionException()
ConversionException without specified
detail message.
public ConversionException(String message)
ConversionException with specified
detail message.
message - the error messagepublic ConversionException(Throwable cause)
ConversionException with specified
nested Throwable.
cause - the exception or error that caused this exception to be thrown
public ConversionException(String message,
Throwable cause)
ConversionException with specified
detail message and nested Throwable.
message - the error messagecause - the exception or error that caused this exception to be thrown
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||