public class ConvertException extends PdfException
Represents errors that occur during PDF_A conversion with helpers objects.
| Constructor and Description |
|---|
ConvertException(String message)
Initializes a new instance of the
ConvertException class. |
ConvertException(String message,
com.aspose.ms.System.Exception innerException)
Initializes a new instance of the
ConvertException class. |
ConvertException(String message,
Exception innerException)
Initializes a new instance of the
ConvertException class. |
generateCrashReportaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ConvertException(String message)
Initializes a new instance of the ConvertException class.
message - The message.public ConvertException(String message, com.aspose.ms.System.Exception innerException)
Initializes a new instance of the ConvertException class.
message - The message.innerException - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.public ConvertException(String message, Exception innerException)
Initializes a new instance of the ConvertException class.
message - The message.innerException - The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.Copyright © 2025 Aspose. All Rights Reserved.