public class LoggingExceptionListener extends Object implements ExceptionListener
Modifier and Type | Field and Description |
---|---|
static LoggingExceptionListener |
INSTANCE |
NO_OP, STD_ERR
Constructor and Description |
---|
LoggingExceptionListener() |
Modifier and Type | Method and Description |
---|---|
void |
onError(Exception ex) |
void |
onError(HttpConnection conn,
Exception ex) |
public static final LoggingExceptionListener INSTANCE
public void onError(Exception ex)
onError
in interface ExceptionListener
public void onError(HttpConnection conn, Exception ex)
onError
in interface ExceptionListener
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.