Class InvalidMemberMetaDataException

    • Constructor Detail

      • InvalidMemberMetaDataException

        public InvalidMemberMetaDataException​(String key,
                                              Object... params)
        Constructor. The first params element should be the class name, and the second element should be the member name.
        Parameters:
        key - The message key
        params - Params for the message
    • Method Detail

      • getClassName

        public String getClassName()
      • getMemberName

        public String getMemberName()