NotSupportedException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.groupdocs.foundation.exception.GroupDocsException, com.groupdocs.viewer.exception.GroupDocsViewerException
public class NotSupportedException extends GroupDocsViewerException
This exception is thrown when the requested operation is not supported. It indicates that the current operation is not supported by the underlying system or implementation.
Constructors
Constructor | Description |
---|---|
NotSupportedException(String message) | Initializes a new instance of the NotSupportedException class with a specified error message. |
NotSupportedException(String message, Throwable throwable) | Initializes a new instance of the NotSupportedException class with a specified error message and the cause of the exception. |
NotSupportedException(String message)
public NotSupportedException(String message)
Initializes a new instance of the NotSupportedException class with a specified error message.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |
NotSupportedException(String message, Throwable throwable)
public NotSupportedException(String message, Throwable throwable)
Initializes a new instance of the NotSupportedException class with a specified error message and the cause of the exception.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message. |
throwable | java.lang.Throwable | The throwable. |