public class ConversionException extends AssemblerException
ConversionException
is thrown when there is an error converting a document to PDF/A.AssemblerException.ClientException
Constructor and Description |
---|
ConversionException()
Constructs a new exception with a
null message and cause. |
ConversionException(String message)
Constructs a new exception with the given message.
|
ConversionException(String message,
Throwable cause)
Constructs a new exception with the given message and cause.
|
ConversionException(Throwable cause)
Constructs a new exception with the given cause.
|
public ConversionException()
null
message and cause.Exception.Exception()
public ConversionException(String message)
message
- The detailed message.Exception.Exception(java.lang.String)
public ConversionException(String message, Throwable cause)
message
- The detailed message.cause
- The causing exception. A null
value is permitted.Exception.Exception(java.lang.String, java.lang.Throwable)
public ConversionException(Throwable cause)
cause
- The causing exception. A null
value is permitted.Exception.Exception(java.lang.Throwable)
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.