Weitere aktuelle Java-Titel finden Sie bei dpunkt.
 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Klasse javax.xml.parsers.ParserConfigurationExceptionJAXP 1.0

java.lang.Object
   |
   +--java.lang.Throwable
         |
         +--java.lang.Exception
               |
               +--javax.xml.parsers.ParserConfigurationException

Deklaration

public class ParserConfigurationException
extends java.lang.Exception

Beschreibung

Diese Exception wird ausgelöst, wenn die Erzeugung eines Parser-Exemplars fehlschlägt.


 
Konstruktoren
publicParserConfigurationException()
publicParserConfigurationException(String message)


 

Konstruktoren im Detail

public ParserConfigurationException()
Erzeugt ein neues ParserConfigurationException-Objekt ohne spezielle Fehlermeldung.
public ParserConfigurationException(String message)
Erzeugt ein neues ParserConfigurationException-Objekt mit der Fehlermeldung message.


 Inhaltsverzeichnis   Vorhergehendes Paket   Seite Zurück   Seite Vor   Nächstes Paket   Paketübersicht   Index

Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.