public class XMPUtilityException extends Exception
| Constructor and Description |
|---|
XMPUtilityException()
Constructs a new exception with a null message and cause.
|
XMPUtilityException(String message)
Constructs a new exception with a given message.
|
XMPUtilityException(String message,
Throwable cause)
Constructs a new exception with a given message and cause.
|
XMPUtilityException(Throwable cause)
Constructs a new exception with a given cause.
|
public XMPUtilityException()
public XMPUtilityException(String message)
message - The detail message.public XMPUtilityException(String message, Throwable cause)
message - The detail message.cause - The causing exception. Null is permitted.public XMPUtilityException(Throwable cause)
cause - The causing exception. Null is permitted.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.