|
||||||||||
| 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.xwiki.properties.converter.ConversionException
public class ConversionException
| 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 |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 |
| Constructor Detail |
|---|
public ConversionException(java.lang.String message)
message - The message describing this exception
public 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 exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||