|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceNotFoundException | |
---|---|
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.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 ResourceNotFoundException in edu.umd.cs.findbugs.classfile |
---|
Subclasses of ResourceNotFoundException in edu.umd.cs.findbugs.classfile | |
---|---|
class |
MissingClassException
CheckedAnalysisException subtype to indicate that a required class was missing. |
Methods in edu.umd.cs.findbugs.classfile that throw ResourceNotFoundException | |
---|---|
ClassDescriptor |
ICodeBaseEntry.getClassDescriptor()
Return the ClassDescriptor of the class resource accessed by this codebase entry. |
ICodeBaseEntry |
IClassPath.lookupResource(java.lang.String resourceName)
Lookup a resource by name. |
ICodeBase |
ICodeBaseLocator.openCodeBase()
Get the codebase object. |
Uses of ResourceNotFoundException in edu.umd.cs.findbugs.classfile.impl |
---|
Methods in edu.umd.cs.findbugs.classfile.impl that throw ResourceNotFoundException | |
---|---|
ClassDescriptor |
SingleFileCodeBaseEntry.getClassDescriptor()
|
ClassDescriptor |
DelegatingCodeBaseEntry.getClassDescriptor()
|
ICodeBaseEntry |
ClassPathImpl.lookupResource(java.lang.String resourceName)
|
ICodeBase |
NestedZipFileCodeBaseLocator.openCodeBase()
|
Constructors in edu.umd.cs.findbugs.classfile.impl that throw ResourceNotFoundException | |
---|---|
NestedZipFileCodeBase(NestedZipFileCodeBaseLocator codeBaseLocator)
Constructor. |
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |