com.silverpeas.templatedesigner.model
Class TemplateDesignerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stratelia.webactiv.util.exception.SilverpeasException
com.silverpeas.templatedesigner.model.TemplateDesignerException
- All Implemented Interfaces:
- FromModule, WithNested, Serializable
public class TemplateDesignerException
- extends SilverpeasException
- See Also:
- Serialized Form
Constructor Summary |
TemplateDesignerException(String callingClass,
int errorLevel,
String message)
-------------------------------------------------------------------------- constructors
constructors |
TemplateDesignerException(String callingClass,
int errorLevel,
String message,
Exception nested)
|
TemplateDesignerException(String callingClass,
int errorLevel,
String message,
String extraParams)
|
TemplateDesignerException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
|
Method Summary |
String |
getModule()
-------------------------------------------------------------------------- getModule getModule |
TemplateDesignerException
public TemplateDesignerException(String callingClass,
int errorLevel,
String message)
- -------------------------------------------------------------------------- constructors
constructors
TemplateDesignerException
public TemplateDesignerException(String callingClass,
int errorLevel,
String message,
String extraParams)
TemplateDesignerException
public TemplateDesignerException(String callingClass,
int errorLevel,
String message,
Exception nested)
TemplateDesignerException
public TemplateDesignerException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
getModule
public String getModule()
- -------------------------------------------------------------------------- getModule getModule
- Specified by:
getModule
in interface FromModule
- Specified by:
getModule
in class SilverpeasException
- Returns:
- The SilverTrace's module name
Copyright © 2016 Silverpeas. All Rights Reserved.