Package | Description |
---|---|
com.groupdocs.watermark.exceptions |
The package provides different exceptions classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DetachedImageException
The exception that is thrown when manipulating detached image.
|
class |
EncryptionIsNotSupportedException
The exception that is thrown when content encryption is not supported.
|
class |
FontNotFoundException
The exception that is thrown when requested font is not found.
|
class |
ImageEffectsForTextWatermarkException
The exception that is thrown when
is supplied for
. |
class |
InvalidPasswordException
The exception that is thrown when supplied password is incorrect.
|
class |
PreviewNotSupportedException
The exception that is thrown when a preview image cannot be generated for the content.
|
class |
TextEffectsForImageWatermarkException
The exception that is thrown when
is supplied for . |
class |
UnexpectedDocumentStructureException
The exception that is thrown when a content cannot be parsed due to unexpected structure.
|
class |
UnknownLoadOptionsTypeException
The exception that is thrown when a document cannot be loaded with supplied
. |
class |
UnknownWatermarkOptionsTypeException
The exception that is thrown when a watermark cannot be added with supplied
. |
class |
UnsupportedFileTypeException
The exception that is thrown when a file cannot be loaded.
|