Package org.cyclos.utils.coercion
Class CoercionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.utils.coercion.CoercionException
-
- All Implemented Interfaces:
Serializable
public class CoercionException extends RuntimeException
Error during a type coercion- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoercionException()CoercionException(String value)CoercionException(String value, Throwable cause)CoercionException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()voidsetValue(String value)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-