public class MissingClassException extends ResourceNotFoundException
MESSAGE_PREFIX
Constructor | Description |
---|---|
MissingClassException(ClassDescriptor classDescriptor) |
Constructor.
|
MissingClassException(ClassDescriptor classDescriptor,
java.lang.Throwable cause) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
ClassDescriptor |
getClassDescriptor() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getResourceName, toClassNotFoundException
public 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.