GNU Classpath (0.95) | |
Frames | No Frames |
Classes derived from java.lang.IncompatibleClassChangeError | |
class | An AbstractMethodError is thrown when an application attempts
to access an abstract method. |
class | An IllegalAccessError is thrown when an attempt is made to
call a method, or access or modify a field that the application does not
have access to. |
class | An InstantiationError is thrown when an attempt is made to
create an instance of an abstract class or an interface. |
class | A NoSuchFieldError is thrown if an application attempts
to access a field of a class, and that class no longer has that field.
|
class | A NoSuchMethodError is thrown if an application attempts
to access a method of a class, and that class no longer has that method.
|
GNU Classpath (0.95) |