FieldUsedInLookupException ========================== .. java:package:: org.motechproject.mds.ex :noindex: .. java:type:: public class FieldUsedInLookupException extends MdsException Exception indicating that a field cannot be removed, since it is used in a lookup. Constructors ------------ FieldUsedInLookupException ^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public FieldUsedInLookupException(String fieldName, String lookupNames) :outertype: FieldUsedInLookupException