Package gw.lang.reflect
Class ExceptionInfoBuilder
- java.lang.Object
-
- gw.lang.reflect.ExceptionInfoBuilder
-
public class ExceptionInfoBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionInfoBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IExceptionInfobuild(IFeatureInfo container)ExceptionInfoBuilderlike(IExceptionInfo exception)ExceptionInfoBuilderwithDescription(String description)ExceptionInfoBuilderwithName(String name)ExceptionInfoBuilderwithType(IType type)ExceptionInfoBuilderwithType(Class clazz)
-
-
-
Method Detail
-
withName
public ExceptionInfoBuilder withName(String name)
-
withDescription
public ExceptionInfoBuilder withDescription(String description)
-
withType
public ExceptionInfoBuilder withType(IType type)
-
withType
public ExceptionInfoBuilder withType(Class clazz)
-
like
public ExceptionInfoBuilder like(IExceptionInfo exception)
-
build
public IExceptionInfo build(IFeatureInfo container)
-
-