public class XMPException extends Exception
Constructor and Description |
---|
XMPException(String message, int errorCode)
Constructs an exception with a message and an error code.
|
XMPException(String message, int errorCode, Throwable t)
Constructs an exception with a message, an error code and a Throwable
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMPException(String message, int errorCode)
message
- the message
errorCode
- the error code
Copyright © 1998–2018 iText Group NV. All rights reserved.