Package Summary  Overview Summary

class:ClassFormatError [NONE]

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GenericSignatureFormatError, UnsupportedClassVersionError

public class ClassFormatErrorextends LinkageError
Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
Since:
1.0
See Also:

constructor:ClassFormatError() [NONE]

  • ClassFormatError

    public ClassFormatError()
    Constructs a ClassFormatError with no detail message.
  • constructor:ClassFormatError(java.lang.String) [NONE]

    ClassFormatError

    public ClassFormatError (String s)
    Constructs a ClassFormatError with the specified detail message.
    Parameters:
    s - the detail message.

    © 2023 Oracle Corporation and/or its affiliates