Uses of Class
java.lang.IncompatibleClassChangeError

Packages that use IncompatibleClassChangeError
Package Description
java.lang  
  • Uses of IncompatibleClassChangeError in java.lang

    Subclasses of IncompatibleClassChangeError in java.lang
    Modifier and Type Class Description
    class  AbstractMethodError
    Thrown by the VM when an abstract method is called.
    class  IllegalAccessError
    Thrown when the VM notices that a program tries access a field which is not accessible from where it is referenced.
    class  InstantiationError
    Thrown when the VM notices that a program tries to create a new instance of a class which has no visible constructors from the location where new is invoked.
    class  NoSuchFieldError
    Thrown when the VM notices that a program tries to reference, on a class or object, a field that does not exist.
    class  NoSuchMethodError
    Thrown when the VM notices that a program tries to reference, on a class or object, a method that does not exist.