KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > TypeNotPresentException

java.lang
Class TypeNotPresentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.TypeNotPresentException
All Implemented Interfaces:
Serializable
See Also:
Source Code, ClassNotFoundException

public String typeName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TypeNotPresentException(String typeName,
                               Throwable cause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags