public class TypeNotPresentException extends RuntimeException
ClassNotFoundException.| Constructor and Description |
|---|
TypeNotPresentException(String typeName,
Throwable cause)
Constructs a new
TypeNotPresentException with the current stack
trace, a detail message that includes the name of the type that could not
be found and the Throwable that caused this exception. |
| Modifier and Type | Method and Description |
|---|---|
String |
typeName()
Gets the fully qualified name of the type that could not be found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TypeNotPresentException(String typeName, Throwable cause)
TypeNotPresentException with the current stack
trace, a detail message that includes the name of the type that could not
be found and the Throwable that caused this exception.typeName - the fully qualified name of the type that could not be found.cause - the optional cause of this exception, may be null.public String typeName()