Package org.silverpeas.components.kmelia
Class KmeliaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.exception.SilverpeasException
-
- org.silverpeas.components.kmelia.KmeliaException
-
- All Implemented Interfaces:
Serializable
,org.silverpeas.core.exception.FromModule
,org.silverpeas.core.exception.WithNested
public class KmeliaException extends org.silverpeas.core.exception.SilverpeasException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KmeliaException(String callingClass, int errorLevel, String message)
constructorsKmeliaException(String callingClass, int errorLevel, String message, Exception nested)
KmeliaException(String callingClass, int errorLevel, String message, String extraParams)
KmeliaException(String callingClass, int errorLevel, String message, String extraParams, Exception nested)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModule()
getModule-
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
-
KmeliaException
public KmeliaException(String callingClass, int errorLevel, String message)
constructors
-
KmeliaException
public KmeliaException(String callingClass, int errorLevel, String message, String extraParams)
-
KmeliaException
public KmeliaException(String callingClass, int errorLevel, String message, Exception nested)
-
-
Method Detail
-
getModule
public String getModule()
getModule- Specified by:
getModule
in interfaceorg.silverpeas.core.exception.FromModule
- Specified by:
getModule
in classorg.silverpeas.core.exception.SilverpeasException
-
-