java.lang.instrument.IllegalClassFormatException
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
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.
Parameters
| s
| a string containing information on why the exception is being
created.
|