Example usage for Java java.util.logging ErrorManager fields, constructors, methods, implement or subclass
The text is from its open source code.
int | GENERIC_FAILURE GENERIC_FAILURE is used for failure that don't fit into one of the other categories. |
int | WRITE_FAILURE WRITE_FAILURE is used when a write to an output stream fails. |
int | CLOSE_FAILURE CLOSE_FAILURE is used when a close of an output stream fails. |
int | OPEN_FAILURE OPEN_FAILURE is used when an open of an output stream fails. |
int | FORMAT_FAILURE FORMAT_FAILURE is used when formatting fails for any reason. |