Klasse java.io.UTFDataFormatException | 1.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 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.
Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.