Class JBBPFinderException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JBBPTooManyFieldsFoundException

public class JBBPFinderException extends JBBPException
The Exception can be thrown during search field operations,
Since:
1.0
See Also:
  • Constructor Details

    • JBBPFinderException

      public JBBPFinderException(String message, String nameOrPath, Class<? extends JBBPAbstractField> fieldType)
      The Constructor.
      Parameters:
      message - the exception message
      nameOrPath - the name of the path for used for search process, it can be null
      fieldType - the field type used for the search process, it can be null
  • Method Details

    • getNameOrPath

      public String getNameOrPath()
      Get the name or the path used for search.
      Returns:
      the name or the path used for search, it can be null
    • getFieldType

      public Class<? extends JBBPAbstractField> getFieldType()
      Get the field type used for search.
      Returns:
      the field type used for search, it can be null