public class ClassFormatException extends RuntimeException
RuntimeException thrown by ClassFile when a class file is malformed.| Constructor and Description |
|---|
ClassFormatException(String message)
Constructs a new ClassFormatException instance.
|
ClassFormatException(String message,
Throwable cause)
Constructs a new ClassFormatException instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClassFormatException(String message)
message - the detailed message of this exception.Copyright © 2025. All rights reserved.