Class CoercionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tapestry5.commons.internal.util.TapestryException
-
- org.apache.tapestry5.commons.util.CoercionFailedException
-
- All Implemented Interfaces:
java.io.Serializable
,Locatable
public class CoercionFailedException extends TapestryException
Exception used when aCoercion
throws an exception while trying to coerce a value.- Since:
- 5.8.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CoercionFailedException(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
-
CoercionFailedException
public CoercionFailedException(java.lang.String message, java.lang.Throwable cause)
-
-