public class ConversionException extends RuntimeException
| Constructor and Description |
|---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 exceptionCopyright © 2004–2016 XWiki. All rights reserved.