"BROADBEAR MICHAEL W. (FIN1MWB)" wrote:

> What does the runtime error 'Not Implemented' mean.  I repeatedly get this
> error when I run my application.  Thanks.
>
> ...Mike Broadbear
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".

It means that somewhere in execution, a method of an object is being called
that is not yet implemented.
This is used allot when writing new code to an existing API, and the
programming just wants it to compile and run-time, but not yet use the feature
that is unimplemented.

--
__________________________________________________________

Shawn Kendall               Full Sail Real World Education
Course Director             3300 University BLVD
Real Time 3D for Gaming     Winter Park FL 32792
[EMAIL PROTECTED]       http://www.fullsail.com
__________________________________________________________

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to