Class DataWarningRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.silverpeas.core.exception.SilverpeasRuntimeException
org.silverpeas.components.datawarning.DataWarningRuntimeException
- All Implemented Interfaces:
Serializable,org.silverpeas.core.exception.FromModule,org.silverpeas.core.exception.WithNested
public class DataWarningRuntimeException
extends org.silverpeas.core.exception.SilverpeasRuntimeException
- See Also:
-
Field Summary
Fields inherited from class org.silverpeas.core.exception.SilverpeasRuntimeException
ERROR, FATAL, WARNING -
Constructor Summary
ConstructorsConstructorDescriptionDataWarningRuntimeException(String callingClass, int errorLevel, String message) DataWarningRuntimeException(String callingClass, int errorLevel, String message, Exception nested) DataWarningRuntimeException(String callingClass, int errorLevel, String message, String extraParams) DataWarningRuntimeException(String callingClass, int errorLevel, String message, String extraParams, Exception nested) -
Method Summary
Methods inherited from class org.silverpeas.core.exception.SilverpeasRuntimeException
getErrorLevel, getMessageLang, getMessageLang, getNested, traceExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataWarningRuntimeException
-
DataWarningRuntimeException
-
DataWarningRuntimeException
-
DataWarningRuntimeException
-
-
Method Details
-
getModule
-