public class NotSupportedException extends GroupDocsViewerException
The exception that is thrown when the operation is not supported.
Constructor and Description |
---|
NotSupportedException(String message) |
NotSupportedException(String message,
Throwable throwable)
Initializes a new instance of the
NotSupportedException class with a specified error message. |
toString
getHResult, getInnerException, getType, setErrorCode, setHResult
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NotSupportedException(String message)
public NotSupportedException(String message, Throwable throwable)
Initializes a new instance of the NotSupportedException
class with a specified error message.
message
- The message.throwable
- The throwable.