Package dap4.core.util
Class ConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dap4.core.util.ConversionException
-
- All Implemented Interfaces:
Serializable
public final class ConversionException extends RuntimeException
Thrown for an attempt to make a forbidden conversion on primitive data values, eg boolean to double.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConversionException()
ConversionException(String s)
ConversionException(String s, Throwable e)
ConversionException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-