Package com.github.tnakamot.json.pointer
Class InvalidJSONPointerMemberNotExistException
- 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.InvalidJSONPointerMemberNotExistException
-
- All Implemented Interfaces:
Serializable
public class InvalidJSONPointerMemberNotExistException extends InvalidJSONPointerWithTokenException
Thrown when a member with the specified name does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidJSONPointerMemberNotExistException(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
-
InvalidJSONPointerMemberNotExistException
public InvalidJSONPointerMemberNotExistException(JSONPointerReferenceToken token)
-
-