| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
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.
 
| Constructor Summary | |
| TypeNotPresentException(java.lang.String typeName,
                        Throwable cause)Constructs an instance will a fully qualified type name and an optional cause. | |
| Method Summary | |
|  java.lang.String | typeName()The fully qualified type name. | 
| 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 | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public TypeNotPresentException(java.lang.String typeName,
                               Throwable cause)
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.| Method Detail | 
public java.lang.String typeName()
The fully qualified type name.
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||