Uses of Class
com.google.gwt.core.ext.typeinfo.NotFoundException
Packages that use NotFoundException
Package
Description
Type-introspection support classes used by generators.
This package contains extension hooks for adding new resource types to
ClientBundle.
-
Uses of NotFoundException in com.google.gwt.core.ext.typeinfo
Methods in com.google.gwt.core.ext.typeinfo that throw NotFoundExceptionModifier and TypeMethodDescriptionJClassType.getConstructor
(JType[] paramTypes) JClassType.getNestedType
(String typeName) abstract JPackage
TypeOracle.getPackage
(String pkgName) Gets a package by name.Finds a type in this package.abstract JClassType
Finds a type given its fully qualified name.abstract JClassType
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 NotFoundExceptionModifier and TypeMethodDescriptionstatic JMethod
ResourceGeneratorUtil.getMethodByPath
(JClassType rootType, List<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 NotFoundExceptionModifier and TypeMethodDescriptionImageSpriteCreator.MethodByPathHelper.getMethodByPath
(ResourceContext context, List<String> pathElements, JType expectedReturnType) ResourceUrlFunction.MethodByPathHelper.getReturnType
(ResourceContext context, List<String> pathElements)