Class InvalidMemberMetaDataException

All Implemented Interfaces:
Serializable

public class InvalidMemberMetaDataException extends InvalidMetaDataException
Exception thrown when meta-data specific to a member of a class is invalid.
See Also:
  • Field Details

  • Constructor Details

    • 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 Details

    • getClassName

      public String getClassName()
    • getMemberName

      public String getMemberName()