- java.lang.Object
-
- java.util.logging.ErrorManager
-
public class ErrorManager extends Object
ErrorManager objects can be attached to Handlers to process any error that occurs on a Handler during Logging.When processing logging output, if a Handler encounters problems then rather than throwing an Exception back to the issuer of the logging call (who is unlikely to be interested) the Handler should call its associated ErrorManager.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
CLOSE_FAILURE
CLOSE_FAILURE is used when a close of an output stream fails.static int
FLUSH_FAILURE
FLUSH_FAILURE is used when a flush to an output stream fails.static int
FORMAT_FAILURE
FORMAT_FAILURE is used when formatting fails for any reason.static int
GENERIC_FAILURE
GENERIC_FAILURE is used for failure that don't fit into one of the other categories.static int
OPEN_FAILURE
OPEN_FAILURE is used when an open of an output stream fails.static int
WRITE_FAILURE
WRITE_FAILURE is used when a write to an output stream fails.
-
Constructor Summary
Constructors Constructor and Description ErrorManager()
-
-
-
Field Detail
-
GENERIC_FAILURE
public static final int GENERIC_FAILURE
GENERIC_FAILURE is used for failure that don't fit into one of the other categories.- See Also:
- Constant Field Values
-
WRITE_FAILURE
public static final int WRITE_FAILURE
WRITE_FAILURE is used when a write to an output stream fails.- See Also:
- Constant Field Values
-
FLUSH_FAILURE
public static final int FLUSH_FAILURE
FLUSH_FAILURE is used when a flush to an output stream fails.- See Also:
- Constant Field Values
-
CLOSE_FAILURE
public static final int CLOSE_FAILURE
CLOSE_FAILURE is used when a close of an output stream fails.- See Also:
- Constant Field Values
-
OPEN_FAILURE
public static final int OPEN_FAILURE
OPEN_FAILURE is used when an open of an output stream fails.- See Also:
- Constant Field Values
-
FORMAT_FAILURE
public static final int FORMAT_FAILURE
FORMAT_FAILURE is used when formatting fails for any reason.- See Also:
- Constant Field Values
-
-
Method Detail
-
error
public void error(String msg, Exception ex, int code)
The error method is called when a Handler failure occurs.This method may be overridden in subclasses. The default behavior in this base class is that the first call is reported to System.err, and subsequent calls are ignored.
- Parameters:
msg
- a descriptive string (may be null)ex
- an exception (may be null)code
- an error code defined in ErrorManager
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-java/util/logging/errormanager.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.