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


6.12.17.2 Method late binding conditions

Condition Type: &method-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-method-late-binding-error

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

Function: method-late-binding-error? obj

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