Class MissingPropertyException

All Implemented Interfaces:
Serializable

public class MissingPropertyException extends PropertyException implements Serializable
Exception that is thrown when a mandatory property is missing from properties file
See Also:
  • Constructor Details

    • MissingPropertyException

      public MissingPropertyException(String missingProperty)
      Constructs a new instance of MissingPropertyException
      Parameters:
      missingProperty - Name of missing property