Class JsonPatchException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class JsonPatchException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Constructor Detail

      • JsonPatchException

        public JsonPatchException​(java.lang.String message)
      • JsonPatchException

        public JsonPatchException​(java.lang.String message,
                                  java.lang.Throwable cause)
    • Method Detail

      • valueTestFailure

        public static JsonPatchException valueTestFailure​(java.lang.Object expected,
                                                          java.lang.Object found)
      • parentNotContainer

        public static JsonPatchException parentNotContainer​(java.lang.String path)