Package com.github.tnakamot.json.pointer
Class InvalidJSONPointerNotIndexException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.github.tnakamot.json.pointer.InvalidJSONPointerException
 - 
- com.github.tnakamot.json.pointer.InvalidJSONPointerWithTokenException
 - 
- com.github.tnakamot.json.pointer.InvalidJSONPointerNotIndexException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class InvalidJSONPointerNotIndexException extends InvalidJSONPointerWithTokenException
Thrown when a reference token does not represent an index of a JSON array- See Also:
 - RFC 6901., Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InvalidJSONPointerNotIndexException(JSONPointerReferenceToken token) 
- 
Method Summary
- 
Methods inherited from class com.github.tnakamot.json.pointer.InvalidJSONPointerWithTokenException
token 
- 
Methods inherited from class com.github.tnakamot.json.pointer.InvalidJSONPointerException
begin, end, getMessage, text 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
InvalidJSONPointerNotIndexException
public InvalidJSONPointerNotIndexException(JSONPointerReferenceToken token)
 
 - 
 
 -