Class JSONValueNotFoundException
-
-
-
-
- org.apache.tapestry5.json.exceptions.JSONValueNotFoundException
-
-
-
-
- All Implemented Interfaces:
public class JSONValueNotFoundException extends
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description location, JSONType requiredType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description getLocation()
JSONType
getRequiredType()
-
-
-
Constructor Detail
-
JSONValueNotFoundException
public location, JSONType requiredType)
-
-
Method Detail
-
getLocation
public getLocation()
-
getRequiredType
public JSONType getRequiredType()
-
-