Class FormFatalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.exception.SilverpeasException
-
- org.silverpeas.core.contribution.content.form.FormException
-
- org.silverpeas.core.contribution.content.form.FormFatalException
-
- All Implemented Interfaces:
Serializable
,FromModule
,WithNested
public class FormFatalException extends FormException
Thrown when a fatal error occured in a form component.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.exception.SilverpeasException
ERROR, FATAL, WARNING
-
-
Constructor Summary
Constructors Constructor Description FormFatalException(String caller, String message)
Set the caller and the error messageFormFatalException(String caller, String message, Exception nestedException)
Set the caller, the error message and the nested exception.FormFatalException(String caller, String message, String infos)
Set the caller, infos and the error messageFormFatalException(String caller, String message, String infos, Exception nestedException)
Set the caller, the error message, infos and the nested exception.
-
Method Summary
-
Methods inherited from class org.silverpeas.core.contribution.content.form.FormException
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
-
FormFatalException
public FormFatalException(String caller, String message)
Set the caller and the error message
-
FormFatalException
public FormFatalException(String caller, String message, Exception nestedException)
Set the caller, the error message and the nested exception.
-
FormFatalException
public FormFatalException(String caller, String message, String infos)
Set the caller, infos and the error message
-
-