Package org.openhab.core.io.bin2json
Class ConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.io.bin2json.ConversionException
- All Implemented Interfaces:
Serializable
ConversionException
generic exception for errors which occurs during conversion.- Author:
- Pauli Anttila - Initial contribution
- See Also:
-
Constructor Summary
ConstructorDescriptionConversionException
(String message) ConversionException
(String message, Throwable cause) ConversionException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConversionException
public ConversionException() -
ConversionException
-
ConversionException
-
ConversionException
-