public class MissingClassException extends ResourceNotFoundException
MESSAGE_PREFIX| Constructor and Description | 
|---|
| MissingClassException(ClassDescriptor classDescriptor)Constructor. | 
| MissingClassException(ClassDescriptor classDescriptor,
                     java.lang.Throwable cause)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassDescriptor | getClassDescriptor() | 
getResourceName, toClassNotFoundExceptionpublic MissingClassException(ClassDescriptor classDescriptor)
classDescriptor - missing classpublic MissingClassException(ClassDescriptor classDescriptor, java.lang.Throwable cause)
classDescriptor - missing classcause - underlying causepublic ClassDescriptor getClassDescriptor()
SpotBugs is licensed under the LGPL.