Package org.minidns.util
Interface ExceptionCallback<E>
- 
public interface ExceptionCallback<E>
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessException(E exception) 
 - 
 
- 
- 
Method Detail
- 
processException
void processException(E exception)
 
 - 
 
 -