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 SummaryConstructorsConstructorDescriptionViewerGenericConversionException(String message) ConstructorViewerGenericConversionException(String message, Throwable cause) ConstructorConstructor
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ViewerGenericConversionExceptionConstructor- Parameters:
- message- the message
- cause- the cause
 
- 
ViewerGenericConversionExceptionConstructor- Parameters:
- message- the message
 
- 
ViewerGenericConversionExceptionConstructor- Parameters:
- cause- the cause
 
 
- 
- 
Method Details- 
toWidgetDescription copied from class:ViewerConversionExceptiontoWidget- Specified by:
- toWidgetin class- ViewerConversionException
- Parameters:
- convertable-- IViewerConvertable
- Returns:
- IWidget
 
 
-