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:
  • Constructor Details

    • PathInvalidException

      public PathInvalidException(ErrorContext ctx)
    • PathInvalidException

      public PathInvalidException(String message, ErrorContext ctx)