|
|||||||||
| Home >> All >> java >> [ lang overview ] | PREV NEXT | ||||||||
Uses of Class
java.lang.IncompatibleClassChangeError
| Uses of IncompatibleClassChangeError in java.lang |
| Subclasses of IncompatibleClassChangeError in java.lang | |
class |
AbstractMethodError
An AbstractMethodError is thrown when an application attempts
to access an abstract method. |
class |
IllegalAccessError
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 |
InstantiationError
An InstantiationError is thrown when an attempt is made to
create an instance of an abstract class or an interface. |
class |
NoSuchFieldError
A NoSuchFieldError is thrown if an application attempts
to access a field of a class, and that class no longer has that field. |
class |
NoSuchMethodError
A NoSuchMethodError is thrown if an application attempts
to access a method of a class, and that class no longer has that method. |
|
|||||||||
| Home >> All >> java >> [ lang overview ] | PREV NEXT | ||||||||