public class FlumeConfigurationError extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FlumeConfigurationError.ErrorOrWarning |
Constructor and Description |
---|
FlumeConfigurationError(String component,
String key,
FlumeConfigurationErrorType error,
FlumeConfigurationError.ErrorOrWarning err)
Component which had an error, specific key in error(which can be null)
|
Modifier and Type | Method and Description |
---|---|
String |
getComponentName() |
FlumeConfigurationError.ErrorOrWarning |
getErrorOrWarning() |
FlumeConfigurationErrorType |
getErrorType() |
String |
getKey() |
public FlumeConfigurationError(String component, String key, FlumeConfigurationErrorType error, FlumeConfigurationError.ErrorOrWarning err)
component
- key
- error
- public String getComponentName()
public String getKey()
public FlumeConfigurationErrorType getErrorType()
public FlumeConfigurationError.ErrorOrWarning getErrorOrWarning()
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.