Class DfNoMatchException

All Implemented Interfaces:
IDfException, Serializable

public class DfNoMatchException extends DfObjectNotFoundException
Thrown when a qualification failed to match an object.
See Also:
  • Constructor Details

    • DfNoMatchException

      public DfNoMatchException(String qualification)
      Constructs a new instance.
      Parameters:
      qualification - the qualification of the object that could not be found
  • Method Details

    • getQualification

      public final String getQualification()
      Gets the qualification for the object that could not be found.
      Returns:
      the qualification for the object that could not be found.