Class WebPagesRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.silverpeas.core.exception.SilverpeasRuntimeException
-
- org.silverpeas.components.webpages.model.WebPagesRuntimeException
-
- All Implemented Interfaces:
Serializable
,org.silverpeas.core.exception.FromModule
,org.silverpeas.core.exception.WithNested
public class WebPagesRuntimeException extends org.silverpeas.core.exception.SilverpeasRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebPagesRuntimeException(String callingClass, int errorLevel, String message)
constructorsWebPagesRuntimeException(String callingClass, int errorLevel, String message, Exception nested)
WebPagesRuntimeException(String callingClass, int errorLevel, String message, String extraParams)
WebPagesRuntimeException(String callingClass, int errorLevel, String message, String extraParams, Exception nested)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getModule()
getModule-
Methods inherited from class org.silverpeas.core.exception.SilverpeasRuntimeException
getErrorLevel, getMessageLang, getMessageLang, getNested, traceException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WebPagesRuntimeException
public WebPagesRuntimeException(String callingClass, int errorLevel, String message)
constructors
-
WebPagesRuntimeException
public WebPagesRuntimeException(String callingClass, int errorLevel, String message, String extraParams)
-
WebPagesRuntimeException
public WebPagesRuntimeException(String callingClass, int errorLevel, String message, Exception nested)
-
-
Method Detail
-
getModule
public String getModule()
getModule
-
-