public class SwallowedExceptionLogger extends Object implements SwallowedExceptionListener
Constructor and Description |
---|
SwallowedExceptionLogger(Log log) |
Modifier and Type | Method and Description |
---|---|
void |
onSwallowException(Exception e)
This method is called every time the implementation unavoidably swallows
an exception.
|
public SwallowedExceptionLogger(Log log)
public void onSwallowException(Exception e)
SwallowedExceptionListener
onSwallowException
in interface SwallowedExceptionListener
e
- The exception that was swallowedCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.