com.silverpeas.form
Class FormFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stratelia.webactiv.util.exception.SilverpeasException
com.silverpeas.form.FormException
com.silverpeas.form.FormFatalException
- All Implemented Interfaces:
- FromModule, WithNested, Serializable
public class FormFatalException
- extends FormException
Thrown when a fatal error occured in a form component.
- See Also:
- Serialized Form
Constructor Summary |
FormFatalException(String caller,
String message)
Set the caller and the error message |
FormFatalException(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 message |
FormFatalException(String caller,
String message,
String infos,
Exception nestedException)
Set the caller, the error message, infos and the nested exception. |
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
FormFatalException
public FormFatalException(String caller,
String message,
String infos,
Exception nestedException)
- Set the caller, the error message, infos and the nested exception.
Copyright © 2016 Silverpeas. All Rights Reserved.