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