edu.umd.cs.findbugs.classfile
public class InvalidClassFileFormatException extends CheckedAnalysisException
| Constructor Summary | |
|---|---|
| InvalidClassFileFormatException(ClassDescriptor classDescriptor, ICodeBaseEntry codeBaseEntry) | |
| InvalidClassFileFormatException(ClassDescriptor classDescriptor, ICodeBaseEntry codeBaseEntry, Throwable cause) | |
| Method Summary | |
|---|---|
| ClassDescriptor | getClassDescriptor() |
| ICodeBaseEntry | getCodeBaseEntry() |
Returns: Returns the ClassDescriptor of the class found to have an invalid format (null if unknown)
Returns: Returns the codeBaseEntry.