public class MissingClassException extends DataflowAnalysisException
Constructor | Description |
---|---|
MissingClassException(java.lang.ClassNotFoundException exception) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
ClassDescriptor |
getClassDescriptor() |
|
java.lang.String |
getClassName() |
Get the name of the missing class.
|
java.lang.ClassNotFoundException |
getClassNotFoundException() |
Get the ClassNotFoundException that caused this exception.
|
public MissingClassException(java.lang.ClassNotFoundException exception)
exception
- the ClassNotFoundException that caused this exceptionpublic java.lang.String getClassName()
public ClassDescriptor getClassDescriptor()
public java.lang.ClassNotFoundException getClassNotFoundException()
SpotBugs is licensed under the LGPL.