Package io.fabric8.zjsonpatch
Class JsonPatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.fabric8.zjsonpatch.JsonPatchException
-
- All Implemented Interfaces:
Serializable
public class JsonPatchException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonPatchException(String message)JsonPatchException(String message, Operation operation, JsonPointer path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationgetOperation()JsonPointergetPath()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
JsonPatchException
public JsonPatchException(String message)
-
JsonPatchException
public JsonPatchException(String message, Operation operation, JsonPointer path)
-
-
Method Detail
-
getOperation
public Operation getOperation()
-
getPath
public JsonPointer getPath()
-
-