This class is the superclass of all classes which represent errors which
occur when inconsistant class files are loaded into the same running image.
See Also:Error
Constructs a new instance of this class with its walkback filled in.
IncompatibleClassChangeError
public IncompatibleClassChangeError(String detailMessage)(Code)
Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - String The detail message for the exception.