Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.core.util
Class ClassFormatException


java.lang.Object
  extended by 

java.lang.Throwable
      extended by 

java.lang.Exception
          extended by 
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 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

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

INVALID_TAG_CONSTANT

public static final int INVALID_TAG_CONSTANT
Since:
3.0
See Also:
Constant Field Values

INVALID_MAGIC_NUMBER

public static final int INVALID_MAGIC_NUMBER
Since:
3.0
See Also:
Constant Field Values
Constructor Detail

ClassFormatException

public ClassFormatException(int errorID)
Constructor for ClassFormatException.

Parameters:
errorID - the given error ID

ClassFormatException

public ClassFormatException(
String message)
Constructor for ClassFormatException.

Parameters:
message - the message for the exception

ClassFormatException

public ClassFormatException(
String message,
                            
Throwable cause)
Constructor for ClassFormatException.

Parameters:
message - the message for the exception
cause - the cause of the exception
Since:
3.5

Eclipse JDT
Release 3.5

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire