java.lang
Class IncompatibleClassChangeError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--java.lang.LinkageError
                    |
                    +--java.lang.IncompatibleClassChangeError
Direct Known Subclasses:
AbstractMethodError, IllegalAccessError, InstantiationError, NoSuchFieldError, NoSuchMethodError

public class IncompatibleClassChangeError
extends LinkageError

Signals that an incompatible class change has occurred.


Constructor Summary
IncompatibleClassChangeError()
          Constructs an IncompatibleClassChangeError with no detail message.
IncompatibleClassChangeError(String s)
          Constructs an IncompatibleClassChangeError with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompatibleClassChangeError

public IncompatibleClassChangeError()
Constructs an IncompatibleClassChangeError with no detail message. A detail message is a String that describes this particular exception.


IncompatibleClassChangeError

public IncompatibleClassChangeError(String s)
Constructs an IncompatibleClassChangeError with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message