Class MissingPropertyException

  • All Implemented Interfaces:
    Serializable

    public class MissingPropertyException
    extends Exception
    Benchmark Plugin specific Missing Property exception
    Since:
    5/10/2017
    Author:
    Daniel Mercier
    See Also:
    Serialized Form
    • Constructor Detail

      • MissingPropertyException

        public MissingPropertyException()
      • MissingPropertyException

        public MissingPropertyException​(String message)
      • MissingPropertyException

        public MissingPropertyException​(String message,
                                        Throwable cause)
      • MissingPropertyException

        public MissingPropertyException​(Throwable cause)