public class ClassFormatException extends 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(String message)
Constructor for ClassFormatException.
|
ClassFormatException(String message,
Throwable cause)
Constructor for ClassFormatException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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(String message)
message
- the message for the exception
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.