public class ClassFormatException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_MALFORMED_UTF8 |
static int |
ERROR_TRUNCATED_INPUT |
static int |
INVALID_ARGUMENTS_FOR_INVOKEINTERFACE |
static int |
INVALID_BYTECODE |
static int |
INVALID_CONSTANT_POOL_ENTRY |
static int |
INVALID_MAGIC_NUMBER |
static int |
INVALID_TAG_CONSTANT |
static int |
TOO_MANY_BYTES |
| Constructor and Description |
|---|
ClassFormatException(int errorID)
Constructor for ClassFormatException.
|
ClassFormatException(java.lang.String message)
Constructor for ClassFormatException.
|
ClassFormatException(java.lang.String message,
java.lang.Throwable cause)
Constructor for ClassFormatException.
|
public static final int ERROR_MALFORMED_UTF8
public static final int ERROR_TRUNCATED_INPUT
public static final int INVALID_CONSTANT_POOL_ENTRY
public static final int TOO_MANY_BYTES
public static final int INVALID_ARGUMENTS_FOR_INVOKEINTERFACE
public static final int INVALID_BYTECODE
public static final int INVALID_TAG_CONSTANT
public static final int INVALID_MAGIC_NUMBER
public ClassFormatException(int errorID)
errorID - the given error IDpublic ClassFormatException(java.lang.String message)
message - the message for the exceptionpublic ClassFormatException(java.lang.String message,
java.lang.Throwable cause)
message - the message for the exceptioncause - the cause of the exception