Package org.apache.tapestry5.internal
Class FormsRequirePostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry5.commons.internal.util.TapestryException
org.apache.tapestry5.internal.FormsRequirePostException
- All Implemented Interfaces:
Serializable
,Locatable
Exception thrown by Tapestry's
Form
component
when the request method is other than POST.- Since:
- 5.8.3
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.tapestry5.commons.internal.util.TapestryException
getLocation, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FormsRequirePostException
-