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

Klasse java.io.UTFDataFormatException1.0

java.lang.Object
   |
   +--java.lang.Throwable
         |
         +--java.lang.Exception
               |
               +--java.io.IOException
                     |
                     +--java.io.UTFDataFormatException

Deklaration

public class UTFDataFormatException
extends java.io.IOException

Beschreibung

Die UTFDataFormatException wird von Methoden ausgelöst, die UTF-8-codierte Strings lesen, falls ungültige Daten angetroffen werden.


 
Konstruktoren
publicUTFDataFormatException()
publicUTFDataFormatException(String s)


 

Konstruktoren im Detail

public UTFDataFormatException()
Erzeugt ein neues UTFDataFormatException-Objekt ohne Angabe einer Fehlermeldung.
public UTFDataFormatException(String s)
Erzeugt ein neues UTFDataFormatException-Objekt mit der Fehlermeldung s, die nähere Informationen über den speziellen Fehlerfall enthält.


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

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