public CompositeExceptionHandlerBuilder startExceptionHandler(Class<? extends Throwable> exceptionType) {
return new CompositeExceptionHandlerBuilder(this, exceptionType);
}
public CompositeBuilder property(String name, String value) {
return property(new StringDescriptor(name, value));
}