Package gw.lang.reflect
Class ExceptionInfoBuilder
- java.lang.Object
-
- gw.lang.reflect.ExceptionInfoBuilder
-
public class ExceptionInfoBuilder extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classExceptionInfoBuilder.BuiltExceptionInfo
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String_descriptionprivate java.lang.String_nameprivate IType_type
-
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(java.lang.String description)ExceptionInfoBuilderwithName(java.lang.String name)ExceptionInfoBuilderwithType(IType type)ExceptionInfoBuilderwithType(java.lang.Class clazz)
-
-
-
Field Detail
-
_name
private java.lang.String _name
-
_description
private java.lang.String _description
-
_type
private IType _type
-
-
Method Detail
-
withName
public ExceptionInfoBuilder withName(java.lang.String name)
-
withDescription
public ExceptionInfoBuilder withDescription(java.lang.String description)
-
withType
public ExceptionInfoBuilder withType(IType type)
-
withType
public ExceptionInfoBuilder withType(java.lang.Class clazz)
-
like
public ExceptionInfoBuilder like(IExceptionInfo exception)
-
build
public IExceptionInfo build(IFeatureInfo container)
-
-