Class JSONSyntaxException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.apache.tapestry5.json.exceptions.JSONSyntaxException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class JSONSyntaxException extends RuntimeException
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JSONSyntaxException(int position, String message) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPosition()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
JSONSyntaxException
public JSONSyntaxException(int position, String message)
 
 - 
 
- 
Method Detail
- 
getPosition
public int getPosition()
 
 - 
 
 -