|
||||||||||
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.silverpeas.comment.CommentRuntimeException
public class CommentRuntimeException
Class declaration
Field Summary |
---|
Fields inherited from class com.stratelia.webactiv.util.exception.SilverpeasRuntimeException |
---|
ERROR, FATAL, WARNING |
Constructor Summary | |
---|---|
CommentRuntimeException(String callingClass,
int errorLevel,
String message)
constructors |
|
CommentRuntimeException(String callingClass,
int errorLevel,
String message,
Exception nested)
Constructor declaration |
|
CommentRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams)
Constructor declaration |
|
CommentRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
Constructor declaration |
Method Summary | |
---|---|
String |
getModule()
method of interface FromModule |
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 CommentRuntimeException(String callingClass, int errorLevel, String message)
public CommentRuntimeException(String callingClass, int errorLevel, String message, String extraParams)
callingClass
- errorLevel
- message
- extraParams
-
public CommentRuntimeException(String callingClass, int errorLevel, String message, Exception nested)
callingClass
- errorLevel
- message
- nested
-
public CommentRuntimeException(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 |