Class ModelException

All Implemented Interfaces:
Serializable

public class ModelException extends BaseRuntimeException
Persist exception thrown when the model had an error.

The cause is mostly a misconfiguration in a deployment or while developing. This should not occur in a well tested deployment, and thus logging of the error is advised.

An example is reading a value for a field of an entity that does not exist (in the current installation).

See Also: