Class PropertyException

    • Constructor Detail

      • PropertyException

        public PropertyException()
        Instantiates a new property exception.
      • PropertyException

        public PropertyException​(String name)
        Instantiates a new property exception.
        Parameters:
        name - the name
      • PropertyException

        public PropertyException​(String message,
                                 String name)
        Instantiates a new property exception.
        Parameters:
        message - the message
        name - the name
      • PropertyException

        public PropertyException​(String message,
                                 String name,
                                 Exception innerException)
        Instantiates a new property exception.
        Parameters:
        message - the message
        name - the name
        innerException - the inner exception
    • Method Detail

      • getName

        public String getName()
        Gets the name.
        Returns:
        the name