Class PropertyNotFoundException

All Implemented Interfaces:
Serializable

public class PropertyNotFoundException extends PropertyException
Exception indicating a property not found.
See Also:
  • Field Details

    • detail

      protected final String detail
  • Constructor Details

    • PropertyNotFoundException

      public PropertyNotFoundException(String path)
    • PropertyNotFoundException

      public PropertyNotFoundException(String path, String detail)
  • Method Details

    • getPath

      public String getPath()
    • getDetail

      public String getDetail()