java.util.logging
Class FileHandler.InitializationErrorManager
java.lang.Object
java.util.logging.ErrorManager
java.util.logging.FileHandler.InitializationErrorManager
- Enclosing class:
- FileHandler
- private static class FileHandler.InitializationErrorManager
- extends ErrorManager
Method Summary |
void |
error(String msg,
Exception ex,
int code)
The error method is called when a Handler failure occurs.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastException
Exception lastException
FileHandler.InitializationErrorManager
private FileHandler.InitializationErrorManager()
error
public void error(String msg,
Exception ex,
int code)
- Description copied from class:
ErrorManager
- The error method is called when a Handler failure occurs.
This method may be overriden in subclasses. The default
behavior in this base class is that the first call is
reported to System.err, and subsequent calls are ignored.
- Overrides:
error
in class ErrorManager
- Parameters:
msg
- a descriptive string (may be null)ex
- an exception (may be null)code
- an error code defined in ErrorManager