public class ValidationException extends AssemblerException
ValidationException
is thrown when there is an error while validating a PDF document. The throwing
of this exception means that the validation could not be completed. The actual validation results (success/fail)
will be in the PDFAValdationResult.AssemblerException.ClientException
Constructor and Description |
---|
ValidationException()
Constructs a new exception with a
null message and cause. |
ValidationException(String message)
Constructs a new exception with the given message.
|
ValidationException(String message,
Throwable cause)
Constructs a new exception with the given message and cause.
|
ValidationException(Throwable cause)
Constructs a new exception with the given cause.
|
public ValidationException()
null
message and cause.Exception.Exception()
public ValidationException(String message)
message
- The detailed message.Exception.Exception(java.lang.String)
public ValidationException(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 ValidationException(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.