|
Build 1.0_r1(from source) | |||||||||
| 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
public class TypeNotPresentException
Indicates that a class, interface, enum or annotation type cannot be found.
This exception is an unchecked alternative to
ClassNotFoundException.
| Constructor Summary | |
|---|---|
TypeNotPresentException(String typeName,
Throwable cause)
Constructs an instance will a fully qualified type name and an optional cause. |
|
| Method Summary | |
|---|---|
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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypeNotPresentException(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 String typeName()
The fully qualified type name.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||