Class PropertySetterException

  • All Implemented Interfaces:
    Serializable

    public class PropertySetterException
    extends Exception
    Thrown when an error is encountered whilst attempting to set a property using the PropertySetter utility class.
    Author:
    Anders Kristensen
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertySetterException

        public PropertySetterException​(String msg)
      • PropertySetterException

        public PropertySetterException​(Throwable rootCause)
      • PropertySetterException

        public PropertySetterException​(String message,
                                       Throwable cause)