Android
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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48