Class InvalidPropertyException

All Implemented Interfaces:
Serializable

public class InvalidPropertyException extends FrameworkException
Thrown when attempting to parse or read a property with an invalid value.
See Also:
  • Constructor Details

    • InvalidPropertyException

      public InvalidPropertyException(String propertyName, String message)
      Creates an exception indicating a property is invalid.
      Parameters:
      propertyName - the name of the property
      message - a message describing why the property is invalid