| java.lang.Object | |||||
| java.lang.Throwable | Serializable | ||||
| java.lang.Exception | |||||
| java.lang.RuntimeException | |||||
| java.lang.TypeNotPresentException | |||||
Indicates that a class, interface, enum or annotation type cannot be found. This exception is an unchecked alternative to ClassNotFoundException.
| TypeNotPresentException(String typeName, Throwable cause) | |||||
Constructs an instance will a fully qualified type name and an optional cause. |
|||||
| String | typeName() | ||||
The fully qualified type name. |
|||||
Methods inherited
from class
java.lang.Throwable
Methods inherited
from class
java.lang.Object
Constructs an instance will a fully qualified type name and an optional cause.
| typeName | The fully qualified type name. |
|---|---|
| cause | The Throwable that caused this exception or
null.
|
The fully qualified type name.