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