|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.jdt.core.util.ClassFormatException
public class ClassFormatException
Exception thrown by a class file reader when encountering a error in decoding information contained in a .class file.
Field Summary | |
---|---|
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 Summary | |
---|---|
ClassFormatException(int errorID)
Constructor for ClassFormatException. |
|
ClassFormatException(String message)
Constructor for ClassFormatException. |
|
ClassFormatException(String message,
Throwable cause)
Constructor for ClassFormatException. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public ClassFormatException(int errorID)
errorID
- the given error IDpublic ClassFormatException(String message)
message
- the message for the exceptionpublic ClassFormatException(String message, Throwable cause)
message
- the message for the exceptioncause
- the cause of the exception
|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.