Uses of Class
gw.lang.reflect.ExceptionInfoBuilder
-
Packages that use ExceptionInfoBuilder Package Description gw.lang.reflect -
-
Uses of ExceptionInfoBuilder in gw.lang.reflect
Fields in gw.lang.reflect declared as ExceptionInfoBuilder Modifier and Type Field Description private ExceptionInfoBuilder[]ConstructorInfoBuilder. _exceptionsprivate ExceptionInfoBuilder[]MethodInfoBuilder. _exceptionsMethods in gw.lang.reflect that return ExceptionInfoBuilder Modifier and Type Method Description ExceptionInfoBuilderExceptionInfoBuilder. like(IExceptionInfo exception)ExceptionInfoBuilderExceptionInfoBuilder. withDescription(java.lang.String description)ExceptionInfoBuilderExceptionInfoBuilder. withName(java.lang.String name)ExceptionInfoBuilderExceptionInfoBuilder. withType(IType type)ExceptionInfoBuilderExceptionInfoBuilder. withType(java.lang.Class clazz)Methods in gw.lang.reflect with parameters of type ExceptionInfoBuilder Modifier and Type Method Description ConstructorInfoBuilderConstructorInfoBuilder. withExceptions(ExceptionInfoBuilder... exceptions)MethodInfoBuilderMethodInfoBuilder. withExceptions(ExceptionInfoBuilder... exceptions)Constructors in gw.lang.reflect with parameters of type ExceptionInfoBuilder Constructor Description BuiltExceptionInfo(ExceptionInfoBuilder builder, IFeatureInfo container)
-