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

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = UnsupportedMappingException("XML provider cannot use table schema")
assert error.message == "XML provider cannot use table schema"