Class POPUPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.exception.SilverpeasException
-
- org.silverpeas.core.notification.user.server.channel.popup.POPUPException
-
- All Implemented Interfaces:
Serializable
,FromModule
,WithNested
public class POPUPException extends SilverpeasException
Title: Description: Copyright: Copyright (c) 2001 Company:- Version:
- 1.0
- Author:
- eDurand
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.exception.SilverpeasException
ERROR, FATAL, WARNING
-
-
Constructor Summary
Constructors Constructor Description POPUPException(String callingClass, int errorLevel, String message)
constructorPOPUPException(String callingClass, int errorLevel, String message, Exception nested)
Constructor declarationPOPUPException(String callingClass, int errorLevel, String message, String extraParams)
Constructor declarationPOPUPException(String callingClass, int errorLevel, String message, String extraParams, Exception nested)
Constructor declaration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModule()
getModule-
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
-
-
-
-
Constructor Detail
-
POPUPException
public POPUPException(String callingClass, int errorLevel, String message)
constructor
-
POPUPException
public POPUPException(String callingClass, int errorLevel, String message, String extraParams)
Constructor declaration- Parameters:
callingClass
-errorLevel
-message
-extraParams
-
-
POPUPException
public POPUPException(String callingClass, int errorLevel, String message, Exception nested)
Constructor declaration- Parameters:
callingClass
-errorLevel
-message
-nested
-
-
-
Method Detail
-
getModule
public String getModule()
getModule- Specified by:
getModule
in interfaceFromModule
- Specified by:
getModule
in classSilverpeasException
- Returns:
- The module name
-
-