public abstract class ErrorHandlingBuckConfig extends Object implements ConfigView<BuckConfig>
Constructor and Description |
---|
ErrorHandlingBuckConfig() |
Modifier and Type | Method and Description |
---|---|
abstract BuckConfig |
getDelegate() |
Map<Pattern,String> |
getErrorMessageAugmentations()
List of error message replacements to make things more friendly for humans
|
static ErrorHandlingBuckConfig |
of(BuckConfig delegate) |
public static ErrorHandlingBuckConfig of(BuckConfig delegate)
public abstract BuckConfig getDelegate()
getDelegate
in interface ConfigView<BuckConfig>
@Value.Lazy public Map<Pattern,String> getErrorMessageAugmentations() throws HumanReadableException
HumanReadableException