com.stratelia.webactiv.calendar.control
Class CalendarRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.stratelia.webactiv.util.exception.SilverpeasRuntimeException
com.stratelia.webactiv.calendar.control.CalendarRuntimeException
- All Implemented Interfaces:
- FromModule, WithNested, Serializable
public class CalendarRuntimeException
- extends SilverpeasRuntimeException
- See Also:
- Serialized Form
Constructor Summary |
CalendarRuntimeException(String callingClass,
int errorLevel,
String message)
|
CalendarRuntimeException(String callingClass,
int errorLevel,
String message,
Exception nested)
|
CalendarRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams)
|
CalendarRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CalendarRuntimeException
public CalendarRuntimeException(String callingClass,
int errorLevel,
String message)
CalendarRuntimeException
public CalendarRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams)
CalendarRuntimeException
public CalendarRuntimeException(String callingClass,
int errorLevel,
String message,
Exception nested)
CalendarRuntimeException
public CalendarRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
getModule
public String getModule()
- method of interface FromModule
- Returns:
- The SilverTrace's module name
Copyright © 2016 Silverpeas. All Rights Reserved.