org.xwiki.properties.converter
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xwiki.properties.converter.ConversionException
- All Implemented Interfaces:
- Serializable
public class ConversionException
- extends RuntimeException
- Since:
- 2.0M2
- Version:
- $Id: 5b5ddf2cd9b4665070d3904afe0a15980b613e61 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConversionException
public ConversionException(String message)
- Construct a new exception with the specified message.
- Parameters:
message - The message describing this exception
ConversionException
public ConversionException(String message,
Throwable cause)
- Construct a new exception with the specified message and root cause.
- Parameters:
message - The message describing this exceptioncause - The root cause of this exception
ConversionException
public ConversionException(Throwable cause)
- Construct a new exception with the specified root cause.
- Parameters:
cause - The root cause of this exception
Copyright © 2004-2013 XWiki. All Rights Reserved.