public class IllegalClassFormatException extends Exception(Code)
This exception may be thrown from implementations of the method
java.lang.instrument.ClassFileTransformer.transform when the class
file bytes supplied to it are found to be corrupted or otherwise in a format
which does not adhere to the expected Java class file format.
Constructor Summary
public
IllegalClassFormatException() Constructs a new instance of IllegalClassFormatException
with no explanatory message.
public
IllegalClassFormatException(String s) Constructs a new instance of IllegalClassFormatException
with the supplied message, s, for explanation.
Constructs a new instance of IllegalClassFormatException
with no explanatory message.
IllegalClassFormatException
public IllegalClassFormatException(String s)(Code)
Constructs a new instance of IllegalClassFormatException
with the supplied message, s, for explanation.
Parameters: s - a string containing information on why the exception is beingcreated.