static
) method, the invokevirtual instruction throws an Incompatible-Class-ChangeError
.
Otherwise, if the specified method is abstract
, invokevirtual throws an AbstractMethodError
.
Otherwise, if the specified method is native
and the code that implements the method cannot be loaded or linked, invokevirtual throws an UnsatisfiedLinkError
.
Runtime Exception
Otherwise, if objectref is null
, the invokevirtual instruction throws a NullPointerException
.
Contents | Prev | Next | Index
Java Virtual Machine Specification (HTML generated by dkramer on February 25, 1997)
Copyright © 1996 Sun Microsystems, Inc.
All rights reserved
Please send any comments or corrections to doug.kramer@sun.com