Eclipse JDT
2.0

org.eclipse.jdt.core.util
Class ClassFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.eclipse.jdt.core.util.ClassFormatException
All Implemented Interfaces:
Serializable

public class ClassFormatException
extends Exception

Exception thrown by a class file reader when encountering a error in decoding information contained in a .class file.

Since:
2.0
See Also:
Serialized Form

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 TOO_MANY_BYTES
           
 
Constructor Summary
ClassFormatException(int errorID)
          Constructor for ClassFormatException.
ClassFormatException(String message)
          Constructor for ClassFormatException.
 
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

ERROR_MALFORMED_UTF8

public static final int ERROR_MALFORMED_UTF8
See Also:
Constant Field Values

ERROR_TRUNCATED_INPUT

public static final int ERROR_TRUNCATED_INPUT
See Also:
Constant Field Values

INVALID_CONSTANT_POOL_ENTRY

public static final int INVALID_CONSTANT_POOL_ENTRY
See Also:
Constant Field Values

TOO_MANY_BYTES

public static final int TOO_MANY_BYTES
See Also:
Constant Field Values

INVALID_ARGUMENTS_FOR_INVOKEINTERFACE

public static final int INVALID_ARGUMENTS_FOR_INVOKEINTERFACE
See Also:
Constant Field Values

INVALID_BYTECODE

public static final int INVALID_BYTECODE
See Also:
Constant Field Values
Constructor Detail

ClassFormatException

public ClassFormatException(int errorID)
Constructor for ClassFormatException.


ClassFormatException

public ClassFormatException(String message)
Constructor for ClassFormatException.

Parameters:
message - the message for the exception

Eclipse JDT
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.