public class IllegalClassFormatException extends Exception
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.
| Constructor and Description |
|---|
IllegalClassFormatException()
Constructs an
IllegalClassFormatException with no detail message.
|
IllegalClassFormatException(String
Constructs an
IllegalClassFormatException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalClassFormatException()
IllegalClassFormatException with no detail message.
public IllegalClassFormatException(Strings)
IllegalClassFormatException with the specified detail message.
s - the detail message.