|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
edu.umd.cs.findbugs.NoClassesFoundToAnalyzeException
public class NoClassesFoundToAnalyzeException
Signals that FindBugs found no classes on the classpath it was invoked to analyze.
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 Summary | |
---|---|
NoClassesFoundToAnalyzeException(IClassPath classPath)
Constructs an NoClassesFoundToAnalyze on the passed classpath. |
Method Summary | |
---|---|
IClassPath |
getClassPath()
Gets the classpath this exception is about. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NoClassesFoundToAnalyzeException(IClassPath classPath)
NoClassesFoundToAnalyze
on the passed classpath.
classPath
- the classpath usedMethod Detail |
---|
public IClassPath getClassPath()
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |