Class PeasCoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.exception.SilverpeasException
-
- org.silverpeas.core.web.mvc.controller.PeasCoreException
-
- All Implemented Interfaces:
Serializable
,FromModule
,WithNested
public class PeasCoreException extends SilverpeasException
Class declaration- Author:
- t.leroi
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.exception.SilverpeasException
ERROR, FATAL, WARNING
-
-
Constructor Summary
Constructors Constructor Description PeasCoreException(String callingClass, int errorLevel, String message)
-------------------------------------------------------------------------- constructor constructorPeasCoreException(String callingClass, int errorLevel, String message, Exception nested)
PeasCoreException(String callingClass, int errorLevel, String message, String extraParams)
PeasCoreException(String callingClass, int errorLevel, String message, String extraParams, Exception nested)
PeasCoreException(String callingClass, 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.SilverpeasException
getChainedExceptions, getErrorLevel, getExtraInfos, getMessageLang, getMessageLang, getNested, printStackTrace, printStackTrace, printStackTrace, traceException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PeasCoreException
public PeasCoreException(String callingClass, int errorLevel, String message)
-------------------------------------------------------------------------- constructor constructor
-
PeasCoreException
public PeasCoreException(String callingClass, int errorLevel, String message, String extraParams)
-
PeasCoreException
public PeasCoreException(String callingClass, int errorLevel, String message, Exception nested)
-
PeasCoreException
public PeasCoreException(String callingClass, int errorLevel, String message, String extraParams, Exception nested)
-
-
Method Detail
-
getModule
public String getModule()
Method declaration- Specified by:
getModule
in interfaceFromModule
- Specified by:
getModule
in classSilverpeasException
- Returns:
-
-