Class java.lang.IncompatibleClassChangeException
All Packages    This Package    Previous    Next

Class java.lang.IncompatibleClassChangeException

java.lang.Object
   |
   +----java.lang.Exception
           |
           +----java.lang.IncompatibleClassChangeException

public class IncompatibleClassChangeException
extends Exception
Signals an incompatible class change.
Version:
1.5, 31 Jan 1995

IncompatibleClassChangeException()
Constructor.
IncompatibleClassChangeException(String)
Constructor with a detail message.

IncompatibleClassChangeException
  public IncompatibleClassChangeException()
Constructor.

IncompatibleClassChangeException

  public IncompatibleClassChangeException(String s)
Constructor with a detail message.


All Packages    This Package    Previous    Next