Class PropertySetterException

    • Field Detail

      • rootCause

        protected Throwable rootCause
        The root cause.
    • Constructor Detail

      • PropertySetterException

        public PropertySetterException​(String msg)
        Construct the exception with the given message.
        Parameters:
        msg - The message
      • PropertySetterException

        public PropertySetterException​(Throwable rootCause)
        Construct the exception with the given root cause.
        Parameters:
        rootCause - The root cause
    • Method Detail

      • getMessage

        public String getMessage()
        Returns descriptive text on the cause of this exception.
        Overrides:
        getMessage in class Throwable
        Returns:
        the descriptive text.