Package org.silverpeas.components.kmax
Class KmaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.silverpeas.kernel.SilverpeasException
org.silverpeas.core.exception.SilverpeasException
org.silverpeas.components.kmax.KmaxException
- All Implemented Interfaces:
Serializable,org.silverpeas.core.exception.FromModule,org.silverpeas.core.exception.WithNested
public class KmaxException
extends org.silverpeas.core.exception.SilverpeasException
- See Also:
-
Field Summary
Fields inherited from class org.silverpeas.core.exception.SilverpeasException
ERROR, FATAL, WARNING -
Constructor Summary
ConstructorsConstructorDescriptionKmaxException(String callingClass, int errorLevel, String message) constructorsKmaxException(String callingClass, int errorLevel, String message, Exception nested) KmaxException(String callingClass, int errorLevel, String message, String extraParams) KmaxException(String callingClass, int errorLevel, String message, String extraParams, Exception nested) -
Method Summary
Methods inherited from class org.silverpeas.core.exception.SilverpeasException
getCallingClass, getChainedExceptions, getErrorLevel, getExtraInfos, getMessageLang, getMessageLang, getNested, printStackTrace, printStackTrace, printStackTrace, traceExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
KmaxException
constructors -
KmaxException
-
KmaxException
-
KmaxException
-
-
Method Details
-
getModule
getModule- Specified by:
getModulein interfaceorg.silverpeas.core.exception.FromModule- Specified by:
getModulein classorg.silverpeas.core.exception.SilverpeasException
-