klyn.data.EntityMappingException.EntityMappingException
constructor
public EntityMappingException(message as String = ""):
Description

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = EntityMappingException("Invalid User mapping")
assert error.message == "Invalid User mapping"