Uses of Class
com.google.gwt.core.ext.typeinfo.TypeOracleException
-
Packages that use TypeOracleException Package Description 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 Modifier and Type Class Description classBadTypeArgsExceptionThrown when an invalid type is specified as part of agwt.typeArgstag within a doc comment.classNotFoundExceptionIndicates that the requested type info element could not be found.classParseExceptionIndicates that a source declaration was not parsed successfully.Methods in com.google.gwt.core.ext.typeinfo that throw TypeOracleException Modifier and Type Method Description abstract JTypeTypeOracle. parse(java.lang.String type)Parses the string form of a type to produce the corresponding type object.
-