edu.umd.cs.findbugs.ba
public class MissingClassException extends DataflowAnalysisException
Constructor Summary | |
---|---|
MissingClassException(ClassNotFoundException exception)
Constructor.
|
Method Summary | |
---|---|
String | getClassName()
Get the name of the missing class.
|
ClassNotFoundException | getClassNotFoundException()
Get the ClassNotFoundException that caused this exception.
|
Parameters: exception the ClassNotFoundException that caused this exception
Returns: name of the missing class, or null if the missing class name is unknown
Returns: the ClassNotFoundException that caused this exception