sbrt.kernel.io
Interface WarningHandler
public interface WarningHandler
This interface is used to represent a class of objects that deal with warning
messages.
- Author:
- This class was written and documented by Jeremiah Wright
while in the Wagner lab.
Method Summary |
void |
warn(java.lang.String message)
Processes the provided warning message in an appropriate way. |
warn
void warn(java.lang.String message)
- Processes the provided warning message in an appropriate way.
- Parameters:
message
- the warning message.