public class NoClassesFoundToAnalyzeException
extends java.io.IOException
To be consistent with FindBugs 1.3 this exception is an IOException
and replicates the message used in that release (because I suspect some tools
looked for that text pattern to come out at the console).
Constructor | Description |
---|---|
NoClassesFoundToAnalyzeException(IClassPath classPath) |
Constructs an
NoClassesFoundToAnalyze on the passed classpath. |
Modifier and Type | Method | Description |
---|---|---|
IClassPath |
getClassPath() |
Gets the classpath this exception is about.
|
public NoClassesFoundToAnalyzeException(IClassPath classPath)
NoClassesFoundToAnalyze
on the passed classpath.classPath
- the classpath usedpublic IClassPath getClassPath()
SpotBugs is licensed under the LGPL.