English | Site Directory

Android - An Open Handset Alliance Project

java.lang
public class

java.lang.TypeNotPresentException

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.

Summary

Public Constructors

          TypeNotPresentException(String typeName, Throwable cause)

Constructs an instance will a fully qualified type name and an optional cause.

Public Methods

        String  typeName()

The fully qualified type name.

Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public TypeNotPresentException(String typeName, Throwable cause)

Constructs an instance will a fully qualified type name and an optional cause.

Parameters

typeName The fully qualified type name.
cause The Throwable that caused this exception or null.

Public Methods

public String typeName()

The fully qualified type name.

Returns

  • A String instance.
Build m5-rc15i - 10 Jun 2008 13:54