|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.icc.dbforms.exceptions.ICCException
public class ICCException
Exception class for any exceptions or errors during processing within the Asset Composer Building Block.
| Constructor Summary | |
|---|---|
ICCException()
Default constructor |
|
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 |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ICCException()
public ICCException(String message)
message - public ICCException(Throwable cause)
cause -
public ICCException(String message,
Throwable cause)
message - cause -
public ICCException(String resourceID,
int severity,
boolean log,
Throwable cause)
resourceID and
optional logs
public ICCException(String resourceID,
String[] args,
int severity,
boolean log,
Throwable cause)
resourceID and
merges arguments and optional logs
public ICCException(String resourceID,
int severity,
boolean log)
resourceID and
optional logs
public ICCException(String resourceID,
String[] args,
int severity,
boolean log)
resourceID and
merges arguments and optional logs
public ICCException(String resourceID,
int severity)
resourceID and logs.
public ICCException(String resourceID,
String[] args,
int severity)
resourceID and
merges arguments and logs.
public ICCException(String resourceID,
int severity,
Throwable cause)
resourceID and logs.
public ICCException(String resourceID,
String[] args,
int severity,
Throwable cause)
resourceID and
merges arguments and logs.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||