Class PeasCoreRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.silverpeas.core.exception.SilverpeasRuntimeException
-
- org.silverpeas.core.web.mvc.controller.PeasCoreRuntimeException
-
- All Implemented Interfaces:
Serializable
,FromModule
,WithNested
public class PeasCoreRuntimeException extends SilverpeasRuntimeException
Class declaration- Author:
- t.leroi
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.exception.SilverpeasRuntimeException
ERROR, FATAL, WARNING
-
-
Constructor Summary
Constructors Constructor Description PeasCoreRuntimeException(String callingClass, int errorLevel, String message)
-------------------------------------------------------------------------- constructor constructorPeasCoreRuntimeException(String callingClass, int errorLevel, String message, Exception nested)
PeasCoreRuntimeException(String callingClass, int errorLevel, String message, String extraParams)
PeasCoreRuntimeException(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()
Method declaration-
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
-
PeasCoreRuntimeException
public PeasCoreRuntimeException(String callingClass, int errorLevel, String message)
-------------------------------------------------------------------------- constructor constructor
-
PeasCoreRuntimeException
public PeasCoreRuntimeException(String callingClass, int errorLevel, String message, String extraParams)
-
PeasCoreRuntimeException
public PeasCoreRuntimeException(String callingClass, int errorLevel, String message, Exception nested)
-
-
Method Detail
-
getModule
public String getModule()
Method declaration- Returns:
-
-