Class ValidationException

All Implemented Interfaces:
Serializable

public class ValidationException extends BaseRuntimeException
Thrown when the data coming in to be stored does not validate the model.

This happens for example when setting a value of type string to a field of type integer. Maybe the user is to blame, maybe the code, we can't tell.

See Also: