Class JSONValueNotFoundException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.apache.tapestry5.json.exceptions.JSONValueNotFoundException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class JSONValueNotFoundException extends RuntimeException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JSONValueNotFoundException(String location, JSONType requiredType) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()JSONTypegetRequiredType()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
JSONValueNotFoundException
public JSONValueNotFoundException(String location, JSONType requiredType)
 
 - 
 
- 
Method Detail
- 
getLocation
public String getLocation()
 
- 
getRequiredType
public JSONType getRequiredType()
 
 - 
 
 -