|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.stratelia.webactiv.util.exception.SilverpeasRuntimeException
com.stratelia.silverpeas.infoLetter.InfoLetterException
public class InfoLetterException
Class declaration
Field Summary |
---|
Fields inherited from class com.stratelia.webactiv.util.exception.SilverpeasRuntimeException |
---|
ERROR, FATAL, WARNING |
Constructor Summary | |
---|---|
InfoLetterException(String callingClass,
int errorLevel,
String message)
Constructor declaration |
|
InfoLetterException(String callingClass,
int errorLevel,
String message,
Exception nested)
Constructor declaration |
|
InfoLetterException(String callingClass,
int errorLevel,
String message,
String extraParams)
Constructor declaration |
|
InfoLetterException(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.SilverpeasRuntimeException |
---|
getErrorLevel, getMessageLang, getMessageLang, getNested, traceException |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InfoLetterException(String callingClass, int errorLevel, String message)
callingClass
- errorLevel
- message
-
public InfoLetterException(String callingClass, int errorLevel, String message, String extraParams)
callingClass
- errorLevel
- message
- extraParams
-
public InfoLetterException(String callingClass, int errorLevel, String message, Exception nested)
callingClass
- errorLevel
- message
- nested
-
public InfoLetterException(String callingClass, int errorLevel, String message, String extraParams, Exception nested)
callingClass
- errorLevel
- message
- extraParams
- nested
-
Method Detail |
---|
public String getModule()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |