Class PropertyNotFoundException

All Implemented Interfaces:
Serializable

public class PropertyNotFoundException extends FrameworkException
Thrown when attempting to read a property and no default value was given.
See Also:
  • Constructor Details

    • PropertyNotFoundException

      public PropertyNotFoundException(String propertyName)
      Creates an exception indicating the given property was not found.
      Parameters:
      propertyName - the name of the property