edu.umd.cs.findbugs.classfile
public class ResourceNotFoundException extends CheckedAnalysisException
Field Summary | |
---|---|
static String | MESSAGE_PREFIX |
Constructor Summary | |
---|---|
ResourceNotFoundException(String resourceName)
Constructor.
| |
ResourceNotFoundException(String resourceName, Throwable cause)
Constructor.
|
Method Summary | |
---|---|
String | getResourceName()
Get the name of the resource that was not found.
|
Parameters: resourceName name of the missing resource
Parameters: resourceName name of the missing resource cause underlying cause of the exception
Returns: the name of the resource that was not found