Class NoSuchFormFieldException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.forms.NoSuchFormFieldException
All Implemented Interfaces:
Serializable

public class NoSuchFormFieldException extends RuntimeException
Exception signaling that a field name is not defined.
Since:
4.2.404
See Also:
  • Constructor Details

    • NoSuchFormFieldException

      public NoSuchFormFieldException()
  • Method Details

    • getFieldName

      public String getFieldName()
      Provides the field name in question.
      Returns:
      The field's name.
      Since:
      4.2.404