Class PathInvalidException

All Implemented Interfaces:
Serializable

@Committed
@Public
public class PathInvalidException
extends SubDocumentException
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).
Since:
2.2
Author:
Simon Baslé
See Also:
Serialized Form
  • Constructor Details

    • PathInvalidException

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

      public PathInvalidException​(String reason)