Class JSONTypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tapestry5.json.exceptions.JSONTypeMismatchException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSONTypeMismatchException
(String location, JSONType requiredType, Class<? extends Object> invalidClass) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSONTypeMismatchException
public JSONTypeMismatchException(String location, JSONType requiredType, Class<? extends Object> invalidClass)
-
-
Method Details
-
getLocation
-
getRequiredType
-
getInvalidClass
-