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:
java.io.Serializable
,Locatable
public class FormsRequirePostException extends TapestryException
Exception thrown by Tapestry'sForm
component when the request method is other than POST.- Since:
- 5.8.3
- See Also:
Form
,RequestExceptionHandler
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormsRequirePostException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.tapestry5.commons.internal.util.TapestryException
getLocation, toString
-
-
-
-
Constructor Detail
-
FormsRequirePostException
public FormsRequirePostException(java.lang.String message, java.lang.Throwable cause)
-
-