Class PathInvalidException

  • All Implemented Interfaces:
    Serializable

    public class PathInvalidException
    extends CouchbaseException
    Subdocument exception thrown when path has a syntax error, or path syntax is incorrect for the operation (for example, if operation requires an array index).
    See Also:
    Serialized Form
    • Constructor Detail

      • PathInvalidException

        public PathInvalidException​(ErrorContext ctx)
      • PathInvalidException

        public PathInvalidException​(String message,
                                    ErrorContext ctx)