public class MissingClassException extends DataflowAnalysisException
| Constructor and Description |
|---|
MissingClassException(ClassNotFoundException exception)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ClassDescriptor |
getClassDescriptor() |
String |
getClassName()
Get the name of the missing class.
|
ClassNotFoundException |
getClassNotFoundException()
Get the ClassNotFoundException that caused this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MissingClassException(ClassNotFoundException exception)
exception - the ClassNotFoundException that caused this exceptionpublic String getClassName()
public ClassDescriptor getClassDescriptor()
public ClassNotFoundException getClassNotFoundException()
Copyright © 2003–2015. All rights reserved.