com.adobe.dct.exception
Class DCTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.dct.exception.DCTException
All Implemented Interfaces:
java.io.Serializable

public class DCTException
extends java.lang.Exception

Exception class defining Exceptions that can come in Data Dictionary.

See Also:
Serialized Form

Constructor Summary
DCTException()
          Default constructor for defining data dictionary exception
DCTException(java.lang.String key)
          A constructor that finds exception string using key.
DCTException(java.lang.String key, java.lang.String message)
          Throw exception with custom message
DCTException(java.lang.String key, java.lang.String[] args)
          A constructor that finds the exception string using key and merges arguments.
DCTException(java.lang.String key, java.lang.String[] args, java.lang.Throwable cause)
          A constructor that finds the exception string using key and merges arguments alongwith throwable cause
DCTException(java.lang.String key, java.lang.String message, java.lang.Throwable cause)
          Throw exception with message and cause throwable
DCTException(java.lang.String key, java.lang.Throwable cause)
          A constructor that finds the exception string using key and cause throwable
DCTException(java.lang.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

DCTException

public DCTException()
Default constructor for defining data dictionary exception


DCTException

public DCTException(java.lang.String key)
A constructor that finds exception string using key.

Parameters:
key - key for finding the exception message

DCTException

public DCTException(java.lang.Throwable cause)
Throw exception with cause throwable

Parameters:
cause - throwable cause

DCTException

public DCTException(java.lang.String key,
                    java.lang.String message)
Throw exception with custom message

Parameters:
key - key for finding the
message - custom message

DCTException

public DCTException(java.lang.String key,
                    java.lang.String message,
                    java.lang.Throwable cause)
Throw exception with message and cause throwable

Parameters:
key - key for finding the exception message
message - custom exception message
cause - throwable cause

DCTException

public DCTException(java.lang.String key,
                    java.lang.String[] args)
A constructor that finds the exception string using key and merges arguments.

Parameters:
key - key for finding exception message
args - arguments to be merged in exception message string

DCTException

public DCTException(java.lang.String key,
                    java.lang.Throwable cause)
A constructor that finds the exception string using key and cause throwable

Parameters:
key - key to find the exception string
cause - throwable cause

DCTException

public DCTException(java.lang.String key,
                    java.lang.String[] args,
                    java.lang.Throwable cause)
A constructor that finds the exception string using key and merges arguments alongwith throwable cause

Parameters:
key - key to find exception string
args - arguments to be merged in exception string
cause - throwable cause


[an error occurred while processing this directive] [an error occurred while processing this directive]