public class XpacketParsingException extends Exception
Modifier and Type | Field and Description |
---|---|
protected ValidationResult.ValidationError |
error |
Constructor and Description |
---|
XpacketParsingException(String message)
Constructor
|
XpacketParsingException(String message,
Throwable cause)
Constructor
|
XpacketParsingException(String message,
ValidationResult.ValidationError error) |
Modifier and Type | Method and Description |
---|---|
ValidationResult.ValidationError |
getError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ValidationResult.ValidationError error
public XpacketParsingException(String message, Throwable cause)
message
- the messagecause
- the causepublic XpacketParsingException(String message)
message
- the messagepublic XpacketParsingException(String message, ValidationResult.ValidationError error)
public ValidationResult.ValidationError getError()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.