public class ExceptionInfoBuilder extends Object
| Constructor and Description |
|---|
ExceptionInfoBuilder() |
| Modifier and Type | Method and Description |
|---|---|
IExceptionInfo |
build(IFeatureInfo container) |
ExceptionInfoBuilder |
like(IExceptionInfo exception) |
ExceptionInfoBuilder |
withDescription(String description) |
ExceptionInfoBuilder |
withName(String name) |
ExceptionInfoBuilder |
withType(Class clazz) |
ExceptionInfoBuilder |
withType(IType type) |
public ExceptionInfoBuilder withName(String name)
public ExceptionInfoBuilder withDescription(String description)
public ExceptionInfoBuilder withType(IType type)
public ExceptionInfoBuilder withType(Class clazz)
public ExceptionInfoBuilder like(IExceptionInfo exception)
public IExceptionInfo build(IFeatureInfo container)
Copyright © 2020. All rights reserved.