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