|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.wrq.apptrieve.agent.ApptrieveException com.wrq.apptrieve.agent.ServerException com.wrq.apptrieve.agent.ModelDefException
public class ModelDefException
The ModelDefException class provides information on errors that occur at the Host Integrator server resulting from bad arguments passed in method calls.
Constructor Summary | |
---|---|
ModelDefException(ErrorMessage errorMesg)
Create using an ErrorMessage object. |
|
ModelDefException(java.util.List errorList)
Create using a list of ErrorMessage objects. |
|
ModelDefException(java.util.List mesgs,
java.util.List localizedMesgs)
Create using a list of error descriptions. |
|
ModelDefException(java.lang.String mesg,
java.lang.String localizedMesg)
Create using an error description string. |
Method Summary |
---|
Methods inherited from class com.wrq.apptrieve.agent.ApptrieveException |
---|
appendMessage, appendMessage, appendMessage, getErrorMessage, getErrorMessageList, getErrorScreen, getLocalizedMessage, getLocalizedMessageList, getMessage, getMessageList, setErrorScreen |
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 |
---|
public ModelDefException(java.util.List errorList)
errorList
- a list of ErrorMessage objectspublic ModelDefException(ErrorMessage errorMesg)
errorMesg
- error messagepublic ModelDefException(java.lang.String mesg, java.lang.String localizedMesg)
mesg
- generic message stringlocalizedMesg
- localized message stringpublic ModelDefException(java.util.List mesgs, java.util.List localizedMesgs)
mesgs
- list of generic message stringslocalizedMesgs
- list of localized message strings
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |