|
|
|
|
IncompatibleClassChangeError
|
|
|
public
|
Exception Description
|
|
|
Thrown when an incompatible class change has occurred to some class
definition. The definition of some class, on which the currently
executing method depends, has since changed.
|
Class Variables
|
|
|
None declared in this exception.
|
Instance Variables
|
|
|
None declared in this exception.
|
Constructors
|
|
|
IncompatibleClassChangeError
public IncompatibleClassChangeError(
)
Constructs an IncompatibleClassChangeError with no
detail message.
IncompatibleClassChangeError
public IncompatibleClassChangeError(
String s
)
Constructs an IncompatibleClassChangeError with the
specified detail message.
|
Class Methods
|
|
|
None declared in this exception.
|
Instance Methods
|
|
|
None declared in this exception.
|
|
|