Klasse ClassFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aspectj.org.eclipse.jdt.core.util.ClassFormatException
Alle implementierten Schnittstellen:
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.
Seit:
2.0
Siehe auch:
  • Felddetails

    • ERROR_MALFORMED_UTF8

      public static final int ERROR_MALFORMED_UTF8
      Siehe auch:
    • ERROR_TRUNCATED_INPUT

      public static final int ERROR_TRUNCATED_INPUT
      Siehe auch:
    • INVALID_CONSTANT_POOL_ENTRY

      public static final int INVALID_CONSTANT_POOL_ENTRY
      Siehe auch:
    • TOO_MANY_BYTES

      public static final int TOO_MANY_BYTES
      Siehe auch:
    • INVALID_ARGUMENTS_FOR_INVOKEINTERFACE

      public static final int INVALID_ARGUMENTS_FOR_INVOKEINTERFACE
      Siehe auch:
    • INVALID_BYTECODE

      public static final int INVALID_BYTECODE
      Siehe auch:
    • INVALID_TAG_CONSTANT

      public static final int INVALID_TAG_CONSTANT
      Seit:
      3.0
      Siehe auch:
    • INVALID_MAGIC_NUMBER

      public static final int INVALID_MAGIC_NUMBER
      Seit:
      3.0
      Siehe auch:
  • Konstruktordetails

    • ClassFormatException

      public ClassFormatException(int errorID)
      Constructor for ClassFormatException.
      Parameter:
      errorID - the given error ID
    • ClassFormatException

      public ClassFormatException(String message)
      Constructor for ClassFormatException.
      Parameter:
      message - the message for the exception
    • ClassFormatException

      public ClassFormatException(String message, Throwable cause)
      Constructor for ClassFormatException.
      Parameter:
      message - the message for the exception
      cause - the cause of the exception
      Seit:
      3.5