Class XpacketParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.pdfbox.preflight.metadata.XpacketParsingException
- All Implemented Interfaces:
Serializable
This exception is raised when the parsing of the xpacket fails
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ValidationResult.ValidationError
private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionXpacketParsingException
(String message) ConstructorXpacketParsingException
(String message, Throwable cause) ConstructorXpacketParsingException
(String message, ValidationResult.ValidationError error) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
error
-
-
Constructor Details
-
XpacketParsingException
Constructor- Parameters:
message
- the messagecause
- the cause
-
XpacketParsingException
Constructor- Parameters:
message
- the message
-
XpacketParsingException
-
-
Method Details
-
getError
-