Package io.kjson.pointer
Class JSONPointerException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class JSONPointerException extends JSONExceptionException class for
kjson-pointerlibrary.Peter Wall
-
-
Field Summary
Fields Modifier and Type Field Description private final JSONPointerkeyprivate final JSONPointerpointerprivate final Throwablecauseprivate final Stringmessageprivate final Stringtext
-
Constructor Summary
Constructors Constructor Description JSONPointerException(String text, JSONPointer pointer)
-
Method Summary
Modifier and Type Method Description JSONPointergetKey()final JSONPointergetPointer()An optional key, strongly typed as a JSONPointer. -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class io.kjson.JSONException
getMessage, getText, withCause -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
JSONPointerException
JSONPointerException(String text, JSONPointer pointer)
-
-
Method Detail
-
getKey
JSONPointer getKey()
-
getPointer
final JSONPointer getPointer()
An optional key, strongly typed as a JSONPointer.
-
-
-
-