Class JSONSyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.tapestry5.json.exceptions.JSONSyntaxException
-
- All Implemented Interfaces:
java.io.Serializable
public class JSONSyntaxException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSONSyntaxException(int position, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPosition()
-
-
-
Constructor Detail
-
JSONSyntaxException
public JSONSyntaxException(int position, java.lang.String message)
-
-
Method Detail
-
getPosition
public int getPosition()
-
-