TaggedException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.ms.System.ApplicationException, com.aspose.pdf.exceptions.PdfException

public class TaggedException extends PdfException

Represents exception for TaggedPDF content of document.

Constructors

ConstructorDescription
TaggedException(String message)Initializes a new instance of the OutOfMemoryException class.
TaggedException(TaggedPdfExceptionCode taggedExeptionCode, String[] list)Initializes a new instance of the TaggedException class.
TaggedException(String message, Throwable innerException)Initializes a new instance of the PdfException class with a specified error message and a reference to the inner exception that is the cause of this exception.

TaggedException(String message)

public TaggedException(String message)

Initializes a new instance of the OutOfMemoryException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.

TaggedException(TaggedPdfExceptionCode taggedExeptionCode, String[] list)

public TaggedException(TaggedPdfExceptionCode taggedExeptionCode, String[] list)

Initializes a new instance of the TaggedException class.

Parameters:

ParameterTypeDescription
taggedExeptionCodeTaggedPdfExceptionCodeThe TaggedException Code
listjava.lang.String[]The params list

TaggedException(String message, Throwable innerException)

public TaggedException(String message, Throwable innerException)

Initializes a new instance of the PdfException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe error message that explains the reason for the exception.
innerExceptionjava.lang.ThrowableThe exception that is the cause of the current exception, or a null reference