Class PathMismatchException

  • All Implemented Interfaces:
    Serializable

    @Committed
    @Public
    public class PathMismatchException
    extends SubDocumentException
    Subdocument exception thrown when the path structure conflicts with the document structure (for example, if a path mentions foo.bar[0].baz, but foo.bar is actually a JSON object).
    Since:
    2.2
    Author:
    Simon Baslé
    See Also:
    Serialized Form
    • Constructor Detail

      • PathMismatchException

        public PathMismatchException​(String id,
                                     String path)
      • PathMismatchException

        public PathMismatchException​(String reason)