public class MissingClassException extends ResourceNotFoundException
MESSAGE_PREFIX
Constructor and Description |
---|
MissingClassException(ClassDescriptor classDescriptor)
Constructor.
|
MissingClassException(ClassDescriptor classDescriptor,
Throwable cause)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ClassDescriptor |
getClassDescriptor() |
getResourceName, toClassNotFoundException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingClassException(ClassDescriptor classDescriptor)
classDescriptor
- missing classpublic MissingClassException(ClassDescriptor classDescriptor, Throwable cause)
classDescriptor
- missing classcause
- underlying causepublic ClassDescriptor getClassDescriptor()
Copyright © 2003–2015. All rights reserved.