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 and Description |
---|
NoClassesFoundToAnalyzeException(IClassPath classPath)
Constructs an
NoClassesFoundToAnalyze on the passed classpath. |
Modifier and Type | Method and 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()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.