Class FieldNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gov.niem.tools.api.db.exceptions.FieldNotFoundException
All Implemented Interfaces:
Serializable

@ResponseStatus(UNPROCESSABLE_ENTITY) public class FieldNotFoundException extends RuntimeException
Custom exception handler for missing required fields.
See Also:
  • Constructor Details

    • FieldNotFoundException

      public FieldNotFoundException(String fieldName)