com.silverpeas.thesaurus
Class ThesaurusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stratelia.webactiv.util.exception.SilverpeasException
com.silverpeas.thesaurus.ThesaurusException
- All Implemented Interfaces:
- FromModule, WithNested, Serializable
public class ThesaurusException
- extends SilverpeasException
- See Also:
- Serialized Form
Constructor Summary |
ThesaurusException(String callingClass,
int errorLevel,
String message)
|
ThesaurusException(String callingClass,
int errorLevel,
String message,
Exception nested)
|
ThesaurusException(String callingClass,
int errorLevel,
String message,
String extraParams)
|
ThesaurusException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
Constructor which calls the super constructor |
ThesaurusException
public ThesaurusException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
- Constructor which calls the super constructor
- Parameters:
callingClass
- (String) the name of the module which catchs the ExceptionerrorLevel
- (int) the level error of the exceptionmessage
- (String) the level of the exception labelextraParams
- (String) the generic exception messagenested
- (Exception) the exception catched
ThesaurusException
public ThesaurusException(String callingClass,
int errorLevel,
String message,
String extraParams)
ThesaurusException
public ThesaurusException(String callingClass,
int errorLevel,
String message,
Exception nested)
ThesaurusException
public ThesaurusException(String callingClass,
int errorLevel,
String message)
getModule
public String getModule()
- Returns the name of this jobPeas
- Specified by:
getModule
in interface FromModule
- Specified by:
getModule
in class SilverpeasException
- Returns:
- the name of this module
Copyright © 2016 Silverpeas. All Rights Reserved.