public class java.lang.instrument
IllegalClassFormatException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

Thrown by an implementation of ClassFileTransformer.transform when its input parameters are invalid. This may occur either because the initial class file bytes were invalid or a previously applied transform corrupted the bytes.
since1.5
See also transform

Constructors
public IllegalClassFormatException()
Constructs an IllegalClassFormatException with no detail message.
public IllegalClassFormatException(String s)
Constructs an IllegalClassFormatException with the specified detail message.
sthe detail message.