|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.org.ogsadai.exception.DAIException
uk.org.ogsadai.activity.ActivityProcessingException
public class ActivityProcessingException
Raised if an internal problem takes place during activity processing.
| Constructor Summary | |
|---|---|
protected |
ActivityProcessingException()
Creates a new exception the details of which will be set afterwards. |
|
ActivityProcessingException(ErrorID errorID)
Creates a new internationalized exception. |
|
ActivityProcessingException(ErrorID errorID,
java.lang.Object[] parameters)
Creates a new internationalized exception. |
|
ActivityProcessingException(ErrorID errorID,
java.lang.Object[] parameters,
java.lang.Throwable cause)
Creates a new internationalized exception. |
|
ActivityProcessingException(ErrorID errorID,
java.lang.Throwable cause)
Creates a new internationalized exception. |
|
ActivityProcessingException(java.lang.Throwable cause)
Constructor. |
| Method Summary |
|---|
| Methods inherited from class uk.org.ogsadai.exception.DAIException |
|---|
getErrorID, getExceptionID, getLocalizedMessage, getMessage, getParameters, hasChild, setErrorID, setParameters |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ActivityProcessingException()
public ActivityProcessingException(java.lang.Throwable cause)
cause - Causepublic ActivityProcessingException(ErrorID errorID)
errorID - error ID
public ActivityProcessingException(ErrorID errorID,
java.lang.Throwable cause)
errorID - error IDcause - the cause of the exception
public ActivityProcessingException(ErrorID errorID,
java.lang.Object[] parameters)
errorID - error IDparameters - parameters corresponding to the error ID
public ActivityProcessingException(ErrorID errorID,
java.lang.Object[] parameters,
java.lang.Throwable cause)
errorID - error IDparameters - parameters corresponding to the error IDcause - the cause of the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||