org.apache.flume.conf
Class FlumeConfigurationError
java.lang.Object
org.apache.flume.conf.FlumeConfigurationError
public class FlumeConfigurationError
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlumeConfigurationError
public FlumeConfigurationError(String component,
String key,
FlumeConfigurationErrorType error,
FlumeConfigurationError.ErrorOrWarning err)
- Component which had an error, specific key in error(which can be null)
- Parameters:
component
- key
- error
-
getComponentName
public String getComponentName()
getKey
public String getKey()
getErrorType
public FlumeConfigurationErrorType getErrorType()
getErrorOrWarning
public FlumeConfigurationError.ErrorOrWarning getErrorOrWarning()
Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.