Class ViewerGenericConversionException

All Implemented Interfaces:
Serializable

public class ViewerGenericConversionException extends ViewerConversionException
the generic conversion exception
See Also:
  • Constructor Details

    • ViewerGenericConversionException

      public ViewerGenericConversionException(String message, Throwable cause)
      Constructor
      Parameters:
      message - the message
      cause - the cause
    • ViewerGenericConversionException

      public ViewerGenericConversionException(String message)
      Constructor
      Parameters:
      message - the message
    • ViewerGenericConversionException

      public ViewerGenericConversionException(Throwable cause)
      Constructor
      Parameters:
      cause - the cause
  • Method Details