Package org.silverpeas.core.comment
Class CommentRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.silverpeas.core.exception.SilverpeasRuntimeException
-
- org.silverpeas.core.comment.CommentRuntimeException
-
- All Implemented Interfaces:
Serializable
,FromModule
,WithNested
public class CommentRuntimeException extends SilverpeasRuntimeException
Class declaration- Author:
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.exception.SilverpeasRuntimeException
ERROR, FATAL, WARNING
-
-
Constructor Summary
Constructors Constructor Description CommentRuntimeException(String callingClass, int errorLevel, String message)
constructorsCommentRuntimeException(String callingClass, int errorLevel, String message, Exception nested)
Constructor declarationCommentRuntimeException(String callingClass, int errorLevel, String message, String extraParams)
Constructor declarationCommentRuntimeException(String callingClass, int errorLevel, String message, String extraParams, Exception nested)
Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModule()
method of interface FromModule-
Methods inherited from class org.silverpeas.core.exception.SilverpeasRuntimeException
getErrorLevel, getMessageLang, getMessageLang, getNested, traceException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CommentRuntimeException
public CommentRuntimeException(String callingClass, int errorLevel, String message)
constructors
-
CommentRuntimeException
public CommentRuntimeException(String callingClass, int errorLevel, String message, String extraParams)
Constructor declaration- Parameters:
callingClass
-errorLevel
-message
-extraParams
-
-
CommentRuntimeException
public CommentRuntimeException(String callingClass, int errorLevel, String message, Exception nested)
Constructor declaration- Parameters:
callingClass
-errorLevel
-message
-nested
-
-
-
Method Detail
-
getModule
public String getModule()
method of interface FromModule- Returns:
- The module name
-
-