com.stratelia.webactiv.util.exception
Class UtilTrappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stratelia.webactiv.util.exception.SilverpeasException
com.stratelia.webactiv.util.exception.SilverpeasTrappedException
com.stratelia.webactiv.util.exception.UtilTrappedException
- All Implemented Interfaces:
- FromModule, WithNested, Serializable
public class UtilTrappedException
- extends SilverpeasTrappedException
- See Also:
- Serialized Form
Constructor Summary |
UtilTrappedException(String callingClass,
int errorLevel,
String message)
|
UtilTrappedException(String callingClass,
int errorLevel,
String message,
Exception nested)
|
UtilTrappedException(String callingClass,
int errorLevel,
String message,
String extraParams)
|
UtilTrappedException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
|
Method Summary |
String |
getModule()
This function must be defined by the Classes that herit from this one |
UtilTrappedException
public UtilTrappedException(String callingClass,
int errorLevel,
String message)
UtilTrappedException
public UtilTrappedException(String callingClass,
int errorLevel,
String message,
String extraParams)
UtilTrappedException
public UtilTrappedException(String callingClass,
int errorLevel,
String message,
Exception nested)
UtilTrappedException
public UtilTrappedException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
getModule
public String getModule()
- Description copied from class:
SilverpeasException
- This function must be defined by the Classes that herit from this one
- Specified by:
getModule
in interface FromModule
- Specified by:
getModule
in class SilverpeasException
- Returns:
- The SilverTrace's module name
Copyright © 2016 Silverpeas. All Rights Reserved.