AnnotatorException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.groupdocs.foundation.exception.GroupDocsException
public class AnnotatorException extends GroupDocsException
Represents errors that occur during document processing.
Constructors
Constructor | Description |
---|---|
AnnotatorException(Throwable throwable) | Initializes a new instance of the AnnotatorException class. |
AnnotatorException(String message) | Initializes a new instance of the AnnotatorException class. |
AnnotatorException(String message, Exception innerException) | Initializes a new instance of the AnnotatorException class. |
AnnotatorException(Throwable throwable)
public AnnotatorException(Throwable throwable)
Initializes a new instance of the AnnotatorException class.
Parameters:
Parameter | Type | Description |
---|---|---|
throwable | java.lang.Throwable | the error object. |
AnnotatorException(String message)
public AnnotatorException(String message)
Initializes a new instance of the AnnotatorException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message that describes the error. |
AnnotatorException(String message, Exception innerException)
public AnnotatorException(String message, Exception innerException)
Initializes a new instance of the AnnotatorException class.
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The error message that explains the reason for the exception. |
innerException | java.lang.Exception | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |