Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends Exception
The not found exception is thrown when a query cannot find the desired value to decode and return.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String path)
      Construct a not found exception.
      Parameters:
      path - The path into the document for which no value was found.