Package com.axemble.vdoc.sdk.exceptions
Class ViewerConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.axemble.vdoc.sdk.exceptions.ViewerConversionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ViewerGenericConversionException
abstract conversion exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionViewerConversionException(String message) ConversionExceptionViewerConversionException(String message, Throwable cause) ConversionExceptionConversionException -
Method Summary
Modifier and TypeMethodDescriptionabstract IWidgettoWidget(IViewerConvertable convertable) toWidgetMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ViewerConversionException
ConversionException- Parameters:
message- the messagecause- the cause
-
ViewerConversionException
ConversionException- Parameters:
message- the message
-
ViewerConversionException
ConversionException- Parameters:
cause- the cause
-
-
Method Details
-
toWidget
toWidget- Parameters:
convertable-IViewerConvertable- Returns:
IWidget
-