GWT 2.1.1

Uses of Class
com.google.gwt.core.ext.typeinfo.TypeOracleException

Packages that use TypeOracleException
com.google.gwt.core.ext.typeinfo Type-introspection support classes used by generators. 
 

Uses of TypeOracleException in com.google.gwt.core.ext.typeinfo
 

Subclasses of TypeOracleException in com.google.gwt.core.ext.typeinfo
 class BadTypeArgsException
          Thrown when an invalid type is specified as part of a gwt.typeArgs tag within a doc comment.
 class NotFoundException
          Indicates that the requested type info element could not be found.
 class ParseException
          Indicates that a source declaration was not parsed successfully.
 

Methods in com.google.gwt.core.ext.typeinfo that throw TypeOracleException
 JType TypeOracle.parse(java.lang.String type)
          Parses the string form of a type to produce the corresponding type object.
 


GWT 2.1.1