Package com.axemble.vdoc.sdk.exceptions
Class ViewerGenericConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.axemble.vdoc.sdk.exceptions.ViewerConversionException
com.axemble.vdoc.sdk.exceptions.ViewerGenericConversionException
- All Implemented Interfaces:
Serializable
the generic conversion exception
- See Also:
-
Constructor Summary
ConstructorDescriptionViewerGenericConversionException
(String message) ConstructorViewerGenericConversionException
(String message, Throwable cause) ConstructorConstructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ViewerGenericConversionException
Constructor- Parameters:
message
- the messagecause
- the cause
-
ViewerGenericConversionException
Constructor- Parameters:
message
- the message
-
ViewerGenericConversionException
Constructor- Parameters:
cause
- the cause
-
-
Method Details
-
toWidget
Description copied from class:ViewerConversionException
toWidget- Specified by:
toWidget
in classViewerConversionException
- Parameters:
convertable
-IViewerConvertable
- Returns:
IWidget
-