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