|
||||||||||||
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.retek.component.internet.ExAException
com.retek.component.internet.ExABusinessException
This class maintains business-oriented exception information for the external API.
Retek Inc. Copyright (c) 2003
Constructor Summary | |
---|---|
ExABusinessException(java.lang.String messageKey)
Constructor to create a new ExABusinessException with only a message key |
|
ExABusinessException(java.lang.String messageKey,
java.lang.Object[] messageValues)
Constructor to create a new ExABusinessException with message key and values |
|
ExABusinessException(java.lang.String messageKey,
java.lang.String message)
Constructor to create a new ExABusinessException with messageKey and the message description |
Method Summary | |
---|---|
void |
addProblem(ExABusinessProblem exABusinessProblem)
|
void |
addProblems(java.util.Set problems)
|
java.lang.String |
getMessageKey()
|
java.util.Set |
getProblems()
|
boolean |
hasProblems()
|
java.lang.String |
toString()
Returns the description of all the ExABusinessProblems. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExABusinessException(java.lang.String messageKey)
public ExABusinessException(java.lang.String messageKey, java.lang.Object[] messageValues)
public ExABusinessException(java.lang.String messageKey, java.lang.String message)
Method Detail |
public void addProblems(java.util.Set problems)
problems
- A set of ExABusinessProblemspublic void addProblem(ExABusinessProblem exABusinessProblem)
exABusinessProblem
- A ExABusinessProblempublic java.util.Set getProblems()
public java.lang.String getMessageKey()
public boolean hasProblems()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |