Java java.util.logging ErrorManager fields, constructors, methods, implement or subclass

Example usage for Java java.util.logging ErrorManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util.logging ErrorManager.

The text is from its open source code.

Subclass

java.util.logging.ErrorManager has subclasses.
Click this link to see all its subclasses.

Field

intGENERIC_FAILURE
GENERIC_FAILURE is used for failure that don't fit into one of the other categories.
intWRITE_FAILURE
WRITE_FAILURE is used when a write to an output stream fails.
intCLOSE_FAILURE
CLOSE_FAILURE is used when a close of an output stream fails.
intOPEN_FAILURE
OPEN_FAILURE is used when an open of an output stream fails.
intFORMAT_FAILURE
FORMAT_FAILURE is used when formatting fails for any reason.