public abstract static class DefaultServiceLocator.ErrorHandler extends Object
| Constructor and Description | 
|---|
| DefaultServiceLocator.ErrorHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | serviceCreationFailed(Class<?> type,
                                          Class<?> impl,
                                          Throwable exception)Handles errors during creation of a service. | 
public DefaultServiceLocator.ErrorHandler()
public void serviceCreationFailed(Class<?> type, Class<?> impl, Throwable exception)
type - The interface describing the service, must not be null.impl - The implementation class of the service, must not be null.exception - The error that occurred while trying to instantiate the implementation class, must not be
            null.Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.