Class InvalidAnnotationException

    • Field Detail

      • messageKey

        protected String messageKey
        Message resources key
    • Constructor Detail

      • InvalidAnnotationException

        public InvalidAnnotationException​(String key,
                                          Throwable cause,
                                          Object... params)
        Constructor with message resource, message param and cause exception
        Parameters:
        key - message resources key
        cause - cause exception
        params - parameters
      • InvalidAnnotationException

        public InvalidAnnotationException​(String key,
                                          Object... params)
        Constructor with message resource, message params
        Parameters:
        key - message resources key
        params - parameters to the message
    • Method Detail

      • getMessageKey

        public String getMessageKey()
        Return message resource key
        Returns:
        Message resource key