Fields Summary |
---|
public static final ConstraintExceptionType | NULL_NOT_ALLOWEDType for when a null is given but not allowed. |
public static final ConstraintExceptionType | STRING_TOO_LONGType for when a String is too long. |
public static final ConstraintExceptionType | ARRAY_TOO_LARGEType for when a String is too long. |
public static final ConstraintExceptionType | VALUE_ABOVE_MAXIMUMType for when a number is too large. |
public static final ConstraintExceptionType | VALUE_BELOW_MINIMUMType for when a number is too small. |
public static final ConstraintExceptionType | COLLECTION_CANNOT_BE_EMPTYType for when an empty set is given. |
public static final ConstraintExceptionType | MAP_CANNOT_BE_EMPTYType for when an empty map is given. |
public static final ConstraintExceptionType | INVALID_MAP_KEY_TYPEType for when a map value is null. |
public static final ConstraintExceptionType | INVALID_MAP_VALUE_TYPEType for when a map value is null. |
public static final ConstraintExceptionType | MAP_CANNOT_HAVE_NULL_VALUEType for when a map value is null. |
public static final ConstraintExceptionType | MAP_CONTAINS_INVALID_VALUEType for when a map value contains an invalid data type. |
public static final ConstraintExceptionType | INVALID_COLLECTION_MEMBERType for when a set contains a type not expected. |
public static final ConstraintExceptionType | INVALID_DATA_TYPEType for when a number is too small. |