TypeNotPresentException


TypeNotPresentException java.lang

Java 5.0 serializable unchecked

This unchecked exception signals that a class file associated with a java.lang.reflect.Type could not be found. It typically results when a class depends on a type that has changed or been removed and indicates version skew that requires recompilation or code refactoring. This is essentially the generic type version of ClassNotFoundException .

Figure 10-67. java.lang.TypeNotPresentException

 public class  TypeNotPresentException  extends RuntimeException {  // Public Constructors  public  TypeNotPresentException  (String  typeName  , Throwable  cause  );  // Public Instance Methods  public String  typeName  ( );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net