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