|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.adobe.dct.exception.DCTException
public class DCTException
Exception class defining Exceptions that can come in Data Dictionary.
| Constructor Summary | |
|---|---|
DCTException()
Default constructor for defining data dictionary exception |
|
DCTException(String key)
A constructor that finds exception string using key. |
|
DCTException(String key,
String message)
Throw exception with custom message |
|
DCTException(String key,
String[] args)
A constructor that finds the exception string using key and merges arguments. |
|
DCTException(String key,
String[] args,
Throwable cause)
A constructor that finds the exception string using key and merges arguments alongwith throwable cause |
|
DCTException(String key,
String message,
Throwable cause)
Throw exception with message and cause throwable |
|
DCTException(String key,
Throwable cause)
A constructor that finds the exception string using key and cause throwable |
|
DCTException(Throwable cause)
Throw exception with cause throwable |
|
| 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 DCTException()
public DCTException(String key)
key - key for finding the exception messagepublic DCTException(Throwable cause)
cause - throwable cause
public DCTException(String key,
String message)
key - key for finding themessage - custom message
public DCTException(String key,
String message,
Throwable cause)
key - key for finding the exception messagemessage - custom exception messagecause - throwable cause
public DCTException(String key,
String[] args)
key - key for finding exception messageargs - arguments to be merged in exception message string
public DCTException(String key,
Throwable cause)
key - key to find the exception stringcause - throwable cause
public DCTException(String key,
String[] args,
Throwable cause)
key - key to find exception stringargs - arguments to be merged in exception stringcause - throwable cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||