@InterfaceStability.Committed @InterfaceAudience.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).
Constructor and Description |
---|
PathMismatchException(String reason) |
PathMismatchException(String id,
String path) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Couchbase, Inc.