org.cubeengine.converter
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.cubeengine.converter.ConversionException
- All Implemented Interfaces:
- Serializable
public class ConversionException
- extends Exception
This Exception is thrown when a conversion was not successful
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
of
public static ConversionException of(Object converter,
Object toConvert,
String message,
Throwable cause)
of
public static ConversionException of(Object converter,
Object toConvert,
String message)
Copyright © 2013–2017. All rights reserved.