FieldNotFoundException

public class FieldNotFoundException extends MdsException

This exception signals that a given field was not found for the Entity.

Constructors

FieldNotFoundException

public FieldNotFoundException(String entityClassName, String fieldName)
Parameters:
  • entityClassName – class name of the entity
  • fieldName – name of the field

FieldNotFoundException

public FieldNotFoundException(String entityClassName, Long fieldId)
Parameters:
  • entityClassName – class name of the entity
  • fieldId – the id of the field