Package de.espirit.firstspirit.forms
Class NoSuchFormFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.forms.NoSuchFormFieldException
- All Implemented Interfaces:
Serializable
Exception signaling that a
field name
is not defined.- Since:
- 4.2.404
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchFormFieldException
public NoSuchFormFieldException()
-
-
Method Details
-
getFieldName
Provides the field name in question.- Returns:
- The field's name.
- Since:
- 4.2.404
-