XmpException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.imaging.coreexceptions.FrameworkException

public class XmpException extends FrameworkException

The exception that is thrown when XMP has invalid structure.

Constructors

ConstructorDescription
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.

XmpException()

public XmpException()

Initializes a new instance of the XmpException class.

XmpException(String message)

public XmpException(String message)

Initializes a new instance of the XmpException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.

XmpException(String message, Throwable innerException)

public XmpException(String message, Throwable innerException)

Initializes a new instance of the XmpException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.
innerExceptionjava.lang.ThrowableThe inner exception.