Previous: , Up: iklib conditions late-bind   [Index]


6.12.17.3 Overloaded function late binding conditions

Condition Type: &overloaded-function-late-binding-error

Condition object type representing an error while attempting late binding in a method application: no specialised function matches the given operands; it is derived from &late-binding-error.

Function: make-overloaded-function-late-binding-error

Build and return a new condition object of type &overloaded-function-late-binding-error.

Function: overloaded-function-late-binding-error? obj

Return #t if obj is a condition object of type &overloaded-function-late-binding-error; otherwise return #f.