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 IExceptionInfo
build(IFeatureInfo container)
ExceptionInfoBuilder
like(IExceptionInfo exception)
ExceptionInfoBuilder
withDescription(String description)
ExceptionInfoBuilder
withName(String name)
ExceptionInfoBuilder
withType(IType type)
ExceptionInfoBuilder
withType(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)
-
-