java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--java.lang.LinkageError | +--java.lang.ClassFormatError
Untamed: Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
ClassFormatError(String s)
ClassFormatError with the specified
detail message.
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
public ClassFormatError()
ClassFormatError with no detail message.
public ClassFormatError(String s)
ClassFormatError with the specified
detail message.
s - the detail message.