| public class java.lang TypeNotPresentException
|
Java SE 6 |
ClassNotFoundException in that ClassNotFoundException is a
checked exception, whereas this exception is unchecked.
Note 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.
| since | 1.5 |
| Constructors | |||||
|---|---|---|---|---|---|
| public | TypeNotPresentException(String typeName, Throwable cause) Details
Constructs a TypeNotPresentException for the named type
with the specified cause.
| ||||
| Methods | |||
|---|---|---|---|
| public String | typeName() Details
Returns the fully qualified name of the unavailable type.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|