com.stratelia.webactiv.agenda.control
Class AgendaRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.stratelia.webactiv.util.exception.SilverpeasRuntimeException
com.stratelia.webactiv.agenda.control.AgendaRuntimeException
- All Implemented Interfaces:
- FromModule, WithNested, Serializable
public class AgendaRuntimeException
- extends SilverpeasRuntimeException
- See Also:
- Serialized Form
Constructor Summary |
AgendaRuntimeException(String callingClass,
int errorLevel,
String message)
|
AgendaRuntimeException(String callingClass,
int errorLevel,
String message,
Exception nested)
|
AgendaRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams)
|
AgendaRuntimeException(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 |
AgendaRuntimeException
public AgendaRuntimeException(String callingClass,
int errorLevel,
String message)
AgendaRuntimeException
public AgendaRuntimeException(String callingClass,
int errorLevel,
String message,
String extraParams)
AgendaRuntimeException
public AgendaRuntimeException(String callingClass,
int errorLevel,
String message,
Exception nested)
AgendaRuntimeException
public AgendaRuntimeException(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.