Uses of Class
edu.umd.cs.findbugs.classfile.InvalidClassFileFormatException
-
Packages that use InvalidClassFileFormatException Package Description edu.umd.cs.findbugs.classfile A high-level abstraction layer for codebases, classes, and components of classes (methods, fields, instructions, etc.).edu.umd.cs.findbugs.classfile.engine Analysis engine classes to produce the analyses defined in the edu.umd.cs.findbugs.classfile.analysis package.edu.umd.cs.findbugs.classfile.impl Implementations of the interfaces in the edu.umd.cs.findbugs.classfile package: the core classes of the FindBugs classfile/classpath support layer. -
-
Uses of InvalidClassFileFormatException in edu.umd.cs.findbugs.classfile
Subclasses of InvalidClassFileFormatException in edu.umd.cs.findbugs.classfile Modifier and Type Class Description classClassNameMismatchExceptionException to indicate that the class name defined in a class file does not match its expected class name (as indicated by its resource name).Methods in edu.umd.cs.findbugs.classfile that throw InvalidClassFileFormatException Modifier and Type Method Description ClassDescriptorICodeBaseEntry. getClassDescriptor()Return the ClassDescriptor of the class resource accessed by this codebase entry. -
Uses of InvalidClassFileFormatException in edu.umd.cs.findbugs.classfile.engine
Methods in edu.umd.cs.findbugs.classfile.engine that throw InvalidClassFileFormatException Modifier and Type Method Description voidClassParser. parse(ClassInfo.Builder builder)voidClassParser. parse(ClassNameAndSuperclassInfo.Builder builder)voidClassParserInterface. parse(ClassInfo.Builder classInfo)Parse the class data into a ClassInfo object containing (some of) the class's symbolic information.voidClassParserInterface. parse(ClassNameAndSuperclassInfo.Builder classInfo)Parse the class data into a ClassNameAndSuperclassInfo object containing (some of) the class's symbolic information.voidClassParserUsingASM. parse(ClassInfo.Builder builder)voidClassParserUsingASM. parse(ClassNameAndSuperclassInfo.Builder cBuilder)voidClassParserUsingBCEL. parse(ClassInfo.Builder builder)Deprecated.voidClassParserUsingBCEL. parse(ClassNameAndSuperclassInfo.Builder builder)Deprecated. -
Uses of InvalidClassFileFormatException in edu.umd.cs.findbugs.classfile.impl
Methods in edu.umd.cs.findbugs.classfile.impl that throw InvalidClassFileFormatException Modifier and Type Method Description ClassDescriptorDelegatingCodeBaseEntry. getClassDescriptor()ClassDescriptorDirectoryCodeBaseEntry. getClassDescriptor()ClassDescriptorSingleFileCodeBaseEntry. getClassDescriptor()
-