java.lang.TypeNotPresentExceptionNote that this exception may be used when undefined type variables are accessed as well as when types (e.g., classes, interfaces or annotation types) are loaded.
| Constructor Summary | ||
| TypeNotPresentException(String typeName, Throwable cause) Constructs a TypeNotPresentException for the named type
with the specified cause. |
| Methods inherited from class java.lang.Throwable |
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |