Uses of Class
gw.lang.reflect.ExceptionInfoBuilder
-
Packages that use ExceptionInfoBuilder Package Description gw.lang.reflect -
-
Uses of ExceptionInfoBuilder in gw.lang.reflect
Methods in gw.lang.reflect that return ExceptionInfoBuilder Modifier and Type Method Description ExceptionInfoBuilder
ExceptionInfoBuilder. like(IExceptionInfo exception)
ExceptionInfoBuilder
ExceptionInfoBuilder. withDescription(String description)
ExceptionInfoBuilder
ExceptionInfoBuilder. withName(String name)
ExceptionInfoBuilder
ExceptionInfoBuilder. withType(IType type)
ExceptionInfoBuilder
ExceptionInfoBuilder. withType(Class clazz)
Methods in gw.lang.reflect with parameters of type ExceptionInfoBuilder Modifier and Type Method Description ConstructorInfoBuilder
ConstructorInfoBuilder. withExceptions(ExceptionInfoBuilder... exceptions)
MethodInfoBuilder
MethodInfoBuilder. withExceptions(ExceptionInfoBuilder... exceptions)
-