java.lang.instrument

Class IllegalClassFormatException

public class IllegalClassFormatException extends Exception

Since: 1.5

Constructor Summary
IllegalClassFormatException()
Create an exception without a message.
IllegalClassFormatException(String s)
Create an exception with a message.

Constructor Detail

IllegalClassFormatException

public IllegalClassFormatException()
Create an exception without a message.

IllegalClassFormatException

public IllegalClassFormatException(String s)
Create an exception with a message.

Parameters: s the message