Class FormsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.plugins.forms.FormsException
All Implemented Interfaces:
Serializable

public class FormsException extends Exception
Forms exception, used whenever there is an error specific to the plugin.
See Also:
  • Constructor Details

    • FormsException

      public FormsException()
      Forms exception.
    • FormsException

      public FormsException(String message, Throwable cause)
      Forms exception.
      Parameters:
      message - the error message
      cause - the exception's cause
    • FormsException

      public FormsException(String message)
      Forms exception.
      Parameters:
      message - the error message
    • FormsException

      public FormsException(Throwable cause)
      Forms exception.
      Parameters:
      cause - the exception's cause