aicas logoJamaica 6.4 release 1

Uses of Class
java.lang.IncompatibleClassChangeError

Packages that use IncompatibleClassChangeError
java.lang Provides classes that are fundamental to the design of the Java programming language. 
 

Uses of IncompatibleClassChangeError in java.lang
 

Subclasses of IncompatibleClassChangeError in java.lang
 class AbstractMethodError
          AbstractMethodError is an error thrown on a virtual or interface call to a method that is not implemented by the target instance due to a change in the super class that added a new abstract method.
 class IllegalAccessError
          IllegalAccessError is thrown by the virtual machine if an attempt is made to call a method or access a field whose access rights have changed such that the access is illegal now.
 class InstantiationError
          InstantiationError is an IncompatibleClassChangeError that is thrown by the VM if an attempt is made to instantiate an object of a class without having the required access rights (e.g., the constructor is private).
 class NoSuchFieldError
          NoSuchFieldError is a linkage error that is thrown by the virtual machine if linking of a class failed since a referenced field is not found.
 class NoSuchMethodError
          NoSuchMethodError is a linkage error that is thrown by the virtual machine if linking of a class failed since a referenced method is not found.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.