public class ClassFormatException
extends java.lang.RuntimeException
RuntimeException
thrown by ClassFile
when a class file is malformed.Constructor and Description |
---|
ClassFormatException(java.lang.String message)
Constructs a new ClassFormatException instance.
|
ClassFormatException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ClassFormatException instance.
|
public ClassFormatException(java.lang.String message)
message
- the detailed message of this exception.public ClassFormatException(java.lang.String message, java.lang.Throwable cause)
message
- the detailed message of this exception.cause
- the cause of this exception.