com.adobe.icc.dbforms.exceptions
Class ICCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.adobe.icc.dbforms.exceptions.ICCException
All Implemented Interfaces:
Serializable

public class ICCException
extends RuntimeException

Exception class for any exceptions or errors during processing within the Asset Composer Building Block.

See Also:
Serialized Form

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

ICCException

public ICCException()
Default constructor


ICCException

public ICCException(String message)
Throw exception with message given

Parameters:
message -

ICCException

public ICCException(Throwable cause)
Throw exception with cause throwable object

Parameters:
cause -

ICCException

public ICCException(String message,
                    Throwable cause)
Throw exception with cause and custom message

Parameters:
message -
cause -

ICCException

public ICCException(String resourceID,
                    int severity,
                    boolean log,
                    Throwable cause)
A constructor that finds a string using resourceID and optional logs


ICCException

public 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

public ICCException(String resourceID,
                    int severity,
                    boolean log)
A constructor that finds a string using resourceID and optional logs


ICCException

public ICCException(String resourceID,
                    String[] args,
                    int severity,
                    boolean log)
A constructor that finds a string using resourceID and merges arguments and optional logs


ICCException

public ICCException(String resourceID,
                    int severity)
A constructor that finds a string using resourceID and logs.


ICCException

public ICCException(String resourceID,
                    String[] args,
                    int severity)
A constructor that finds a string using resourceID and merges arguments and logs.


ICCException

public ICCException(String resourceID,
                    int severity,
                    Throwable cause)
A constructor that finds a string using resourceID and logs.


ICCException

public ICCException(String resourceID,
                    String[] args,
                    int severity,
                    Throwable cause)
A constructor that finds a string using resourceID and merges arguments and logs.



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