Uses of Class
com.google.gwt.core.ext.typeinfo.NotFoundException
-
Packages that use NotFoundException Package Description com.google.gwt.core.ext.typeinfo Type-introspection support classes used by generators.com.google.gwt.resources.ext This package contains extension hooks for adding new resource types to ClientBundle.com.google.gwt.resources.gss -
-
Uses of NotFoundException in com.google.gwt.core.ext.typeinfo
Methods in com.google.gwt.core.ext.typeinfo that throw NotFoundException Modifier and Type Method Description JConstructorJClassType. getConstructor(JType[] paramTypes)JAnnotationMethodJAnnotationType. getMethod(java.lang.String name, JType[] paramTypes)JMethodJClassType. getMethod(java.lang.String name, JType[] paramTypes)JClassTypeJClassType. getNestedType(java.lang.String typeName)abstract JPackageTypeOracle. getPackage(java.lang.String pkgName)Gets a package by name.JClassTypeJPackage. getType(java.lang.String typeName)Finds a type in this package.abstract JClassTypeTypeOracle. getType(java.lang.String name)Finds a type given its fully qualified name.abstract JClassTypeTypeOracle. getType(java.lang.String pkgName, java.lang.String topLevelTypeSimpleName)Finds a type given its package-relative name. -
Uses of NotFoundException in com.google.gwt.resources.ext
Methods in com.google.gwt.resources.ext that throw NotFoundException Modifier and Type Method Description static JMethodResourceGeneratorUtil. getMethodByPath(JClassType rootType, java.util.List<java.lang.String> pathElements, JType expectedReturnType)Finds a method by following a dotted path interpreted as a series of no-arg method invocations from an instance of a given root type. -
Uses of NotFoundException in com.google.gwt.resources.gss
Methods in com.google.gwt.resources.gss that throw NotFoundException Modifier and Type Method Description JMethodImageSpriteCreator.MethodByPathHelper. getMethodByPath(ResourceContext context, java.util.List<java.lang.String> pathElements, JType expectedReturnType)JTypeResourceUrlFunction.MethodByPathHelper. getReturnType(ResourceContext context, java.util.List<java.lang.String> pathElements)
-