Class SyntaxValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.pdfbox.preflight.exception.ValidationException
org.apache.pdfbox.preflight.exception.SyntaxValidationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.pdfbox.preflight.exception.ValidationException
pageNumber
-
Constructor Summary
ConstructorsConstructorDescriptionSyntaxValidationException
(String message, Throwable cause, ValidationResult result) SyntaxValidationException
(String message, ValidationResult result) SyntaxValidationException
(Throwable cause, ValidationResult result) -
Method Summary
Methods inherited from class org.apache.pdfbox.preflight.exception.ValidationException
getPageNumber
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
result
-
-
Constructor Details
-
SyntaxValidationException
-
SyntaxValidationException
-
SyntaxValidationException
-
-
Method Details
-
getResult
-