|
||||||||||
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.stratelia.webactiv.util.exception.SilverpeasException
com.silverpeas.jobDomainPeas.JobDomainPeasException
public class JobDomainPeasException
Class declaration
Field Summary |
---|
Fields inherited from class com.stratelia.webactiv.util.exception.SilverpeasException |
---|
ERROR, FATAL, WARNING |
Constructor Summary | |
---|---|
JobDomainPeasException(String callingClass,
int errorLevel,
String message)
Constructor declaration |
|
JobDomainPeasException(String callingClass,
int errorLevel,
String message,
Exception nested)
Constructor declaration |
|
JobDomainPeasException(String callingClass,
int errorLevel,
String message,
String extraParams)
Constructor declaration |
|
JobDomainPeasException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
Constructor declaration |
Method Summary | |
---|---|
String |
getModule()
Method declaration |
Methods inherited from class com.stratelia.webactiv.util.exception.SilverpeasException |
---|
getChainedExceptions, getErrorLevel, getExtraInfos, getMessageLang, getMessageLang, getNested, printStackTrace, printStackTrace, printStackTrace, traceException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JobDomainPeasException(String callingClass, int errorLevel, String message)
callingClass
- errorLevel
- message
-
public JobDomainPeasException(String callingClass, int errorLevel, String message, String extraParams)
callingClass
- errorLevel
- message
- extraParams
-
public JobDomainPeasException(String callingClass, int errorLevel, String message, Exception nested)
callingClass
- errorLevel
- message
- nested
-
public JobDomainPeasException(String callingClass, int errorLevel, String message, String extraParams, Exception nested)
callingClass
- errorLevel
- message
- extraParams
- nested
-
Method Detail |
---|
public String getModule()
getModule
in interface FromModule
getModule
in class SilverpeasException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |