public class MissingClassException extends DataflowAnalysisException
Constructor and Description |
---|
MissingClassException(java.lang.ClassNotFoundException exception)
Constructor.
|
Modifier and Type | Method and 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()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.