public class ICCException extends RuntimeException
| Constructor and Description |
|---|
ICCException()
Default constructor.
|
ICCException(com.adobe.fd.content.fdinternal.exceptions.ContentException ce) |
ICCException(String message)
Throw exception with message given.
|
ICCException(String resourceID,
int severity)
A constructor that finds a string using
resourceID and logs. |
ICCException(String resourceID,
int severity,
boolean log)
A constructor that finds a string using
resourceID and
optional logs |
ICCException(String resourceID,
int severity,
boolean log,
Throwable cause)
A constructor that finds a string using
resourceID and
optional logs |
ICCException(String resourceID,
int severity,
Throwable cause)
A constructor that finds a string using
resourceID and logs. |
ICCException(String resourceID,
String[] args,
int severity)
A constructor that finds a string using
resourceID and
merges arguments and logs. |
ICCException(String resourceID,
String[] args,
int severity,
boolean log)
A constructor that finds a string using
resourceID and
merges arguments and optional logs |
ICCException(String resourceID,
String[] args,
int severity,
boolean log,
Throwable cause)
A constructor that finds a string using
resourceID and
merges arguments and optional logs |
ICCException(String resourceID,
String[] args,
int severity,
Throwable cause)
A constructor that finds a string using
resourceID and
merges arguments and logs. |
ICCException(String message,
Throwable cause)
Throw exception with cause and custom message.
|
ICCException(Throwable cause)
Throw exception with cause throwable object.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getMessageArgs() |
String |
getMessageCode() |
void |
setMessageArgs(String[] messageArg) |
void |
setMessageCode(String messageCode) |
public ICCException()
public ICCException(com.adobe.fd.content.fdinternal.exceptions.ContentException ce)
public ICCException(String message)
message - text of message.public ICCException(Throwable cause)
cause - cause of exception.public ICCException(String message, Throwable cause)
message - text of message.cause - cause of exception.public ICCException(String resourceID, int severity, boolean log, Throwable cause)
resourceID and
optional logsresourceID - key of message.severity - severity of message.log - whether to log the message.cause - cause of the exception.public ICCException(String resourceID, String[] args, int severity, boolean log, Throwable cause)
resourceID and
merges arguments and optional logsresourceID - key of message.args - array containing value of place holders.severity - severity of message.log - whether to log the message.cause - cause of the exception.public ICCException(String resourceID, int severity, boolean log)
resourceID and
optional logsresourceID - key of message.severity - severity of message.log - whether to log the message.public ICCException(String resourceID, String[] args, int severity, boolean log)
resourceID and
merges arguments and optional logsresourceID - key of message.args - array containing value of place holders.severity - severity of message.log - whether to log the message.public ICCException(String resourceID, int severity)
resourceID and logs.resourceID - key of message.severity - severity of message.public ICCException(String resourceID, String[] args, int severity)
resourceID and
merges arguments and logs.resourceID - key of message.args - array containing value of place holders.severity - severity of message.public ICCException(String resourceID, int severity, Throwable cause)
resourceID and logs.resourceID - key of message.severity - severity of message.cause - cause of the exception.public ICCException(String resourceID, String[] args, int severity, Throwable cause)
resourceID and
merges arguments and logs.resourceID - key of message.args - array containing value of place holders.severity - severity of message.cause - cause of the exception.public String[] getMessageArgs()
public void setMessageArgs(String[] messageArg)
messageArg - the messageArgs to setpublic String getMessageCode()
public void setMessageCode(String messageCode)
messageCode - the messageCode to setCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.