public class XmpException extends FrameworkException
The exception that is thrown when XMP has invalid structure.
Modifier and Type | Field and Description |
---|---|
static String |
DefaultMessage_internalized |
Constructor and Description |
---|
XmpException()
Initializes a new instance of the
XmpException class. |
XmpException(String message)
Initializes a new instance of the
XmpException class. |
XmpException(String message,
Throwable innerException)
Initializes a new instance of the
XmpException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public static final String DefaultMessage_internalized
public XmpException()
Initializes a new instance of the XmpException
class.
public XmpException(String message)
Initializes a new instance of the XmpException
class.
message
- The message.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.