|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.stratelia.webactiv.util.exception.SilverpeasException
com.stratelia.silverpeas.notificationserver.channel.popup.POPUPException
public class POPUPException
Title: Description: Copyright: Copyright (c) 2001 Company:
Field Summary |
---|
Fields inherited from class com.stratelia.webactiv.util.exception.SilverpeasException |
---|
ERROR, FATAL, WARNING |
Constructor Summary | |
---|---|
POPUPException(String callingClass,
int errorLevel,
String message)
constructor |
|
POPUPException(String callingClass,
int errorLevel,
String message,
Exception nested)
Constructor declaration |
|
POPUPException(String callingClass,
int errorLevel,
String message,
String extraParams)
Constructor declaration |
|
POPUPException(String callingClass,
int errorLevel,
String message,
String extraParams,
Exception nested)
Constructor declaration |
Method Summary | |
---|---|
String |
getModule()
getModule |
Methods inherited from class com.stratelia.webactiv.util.exception.SilverpeasException |
---|
getChainedExceptions, getErrorLevel, getExtraInfos, getMessageLang, getMessageLang, getNested, printStackTrace, printStackTrace, printStackTrace, traceException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public POPUPException(String callingClass, int errorLevel, String message)
public POPUPException(String callingClass, int errorLevel, String message, String extraParams)
callingClass
- errorLevel
- message
- extraParams
-
public POPUPException(String callingClass, int errorLevel, String message, Exception nested)
callingClass
- errorLevel
- message
- nested
-
public POPUPException(String callingClass, int errorLevel, String message, String extraParams, Exception nested)
callingClass
- errorLevel
- message
- extraParams
- nested
-
Method Detail |
---|
public String getModule()
getModule
in interface FromModule
getModule
in class SilverpeasException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |