com.groupdocs.viewer.exception

Class GroupDocsViewerException

    • Constructor Detail

      • GroupDocsViewerException

        public GroupDocsViewerException(String message)

        Initializes a new instance of the GroupDocsViewerException class with a specified error message.

        Parameters:
        message - The message that describes the error.
      • GroupDocsViewerException

        public GroupDocsViewerException(String message,
                                        Throwable throwable)

        Initializes a new instance of the GroupDocsViewerException class with a specified error message.

        Parameters:
        message - The message.
        throwable - The throwable.
      • GroupDocsViewerException

        public GroupDocsViewerException(Throwable cause)
        Instantiates a new Group docs exception.
        Parameters:
        cause - the cause
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class com.aspose.ms.System.Exception