Package com.enonic.xp.convert
Class ConvertException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.convert.ConvertException
-
- All Implemented Interfaces:
java.io.Serializable
@Beta public final class ConvertException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConvertException(java.lang.String message)
ConvertException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConvertException
convertFailure(java.lang.Class<?> source, java.lang.Class<?> target, java.lang.Throwable cause)
static ConvertException
noSuchConverter(java.lang.Class<?> source, java.lang.Class<?> target)
-
-
-
Method Detail
-
noSuchConverter
public static ConvertException noSuchConverter(java.lang.Class<?> source, java.lang.Class<?> target)
-
convertFailure
public static ConvertException convertFailure(java.lang.Class<?> source, java.lang.Class<?> target, java.lang.Throwable cause)
-
-