com.groupdocs.viewer.exception

Class NotSupportedException

    • Constructor Detail

      • NotSupportedException

        public NotSupportedException(String message)
      • NotSupportedException

        public NotSupportedException(String message,
                                     Throwable throwable)

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

        Parameters:
        message - The message.
        throwable - The throwable.