Class SilverStatisticsPeasRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.silverpeas.core.exception.SilverpeasRuntimeException
-
- org.silverpeas.web.silverstatistics.control.SilverStatisticsPeasRuntimeException
-
- All Implemented Interfaces:
Serializable
,FromModule
,WithNested
public class SilverStatisticsPeasRuntimeException extends SilverpeasRuntimeException
Specific StatisticsPeasRuntime Exception- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.exception.SilverpeasRuntimeException
ERROR, FATAL, WARNING
-
-
Constructor Summary
Constructors Constructor Description SilverStatisticsPeasRuntimeException(String callingClass, int errorLevel, String message)
SilverStatisticsPeasRuntimeException(String callingClass, int errorLevel, String message, Exception nested)
SilverStatisticsPeasRuntimeException(String callingClass, int errorLevel, String message, String extraParams)
SilverStatisticsPeasRuntimeException(String callingClass, int errorLevel, String message, String extraParams, Exception nested)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModule()
This function must be defined by the Classes that herit from this one-
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
-
SilverStatisticsPeasRuntimeException
public SilverStatisticsPeasRuntimeException(String callingClass, int errorLevel, String message)
-
SilverStatisticsPeasRuntimeException
public SilverStatisticsPeasRuntimeException(String callingClass, int errorLevel, String message, String extraParams)
-
SilverStatisticsPeasRuntimeException
public SilverStatisticsPeasRuntimeException(String callingClass, int errorLevel, String message, Exception nested)
-
-
Method Detail
-
getModule
public String getModule()
Description copied from interface:FromModule
This function must be defined by the Classes that herit from this one- Returns:
- The module name
-
-