Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.