Package org.silverpeas.core.exception
Class UtilTrappedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.exception.SilverpeasException
-
- org.silverpeas.core.exception.SilverpeasTrappedException
-
- org.silverpeas.core.exception.UtilTrappedException
-
- All Implemented Interfaces:
Serializable
,FromModule
,WithNested
@Deprecated public class UtilTrappedException extends SilverpeasTrappedException
Deprecated.Deprecated exception. Please use insteadSilverpeasException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.exception.SilverpeasException
ERROR, FATAL, WARNING
-
-
Constructor Summary
Constructors Constructor Description UtilTrappedException(String callingClass, int errorLevel, String message)
Deprecated.UtilTrappedException(String callingClass, int errorLevel, String message, Exception nested)
Deprecated.UtilTrappedException(String callingClass, int errorLevel, String message, String extraParams)
Deprecated.UtilTrappedException(String callingClass, int errorLevel, String message, String extraParams, Exception nested)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getModule()
Deprecated.This function must be defined by the Classes that herit from this one-
Methods inherited from class org.silverpeas.core.exception.SilverpeasTrappedException
getGoBackPage, setGoBackPage
-
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
-
UtilTrappedException
public UtilTrappedException(String callingClass, int errorLevel, String message)
Deprecated.
-
UtilTrappedException
public UtilTrappedException(String callingClass, int errorLevel, String message, String extraParams)
Deprecated.
-
UtilTrappedException
public UtilTrappedException(String callingClass, int errorLevel, String message, Exception nested)
Deprecated.
-
-
Method Detail
-
getModule
public String getModule()
Deprecated.Description copied from class:SilverpeasException
This function must be defined by the Classes that herit from this one- Specified by:
getModule
in interfaceFromModule
- Specified by:
getModule
in classSilverpeasException
- Returns:
- The module name
-
-