Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
C.1.52. Error 97 - Object method not found.
Explanation:
The object does not have a method with the given name. A frequent cause of this error is an uninitialized variable.
The associated subcodes are:
001
Object "
object
" does not understand message "
message
".
002
Object "
object
" cannot accept private message "
message
" from this context.
003
Object "
object
" cannot accept package scope message "
message
" from a different package caller.
004
Constant "
name
" of object "
object
" has not been initialized.
005
An unhandled NOMETHOD condition has been raised.
900
message
.
Prev
C.1.51. Error 93 - Incorrect call to method.
Up
Home
Next
C.1.53. Error 98 - Execution error.