Klasse java.io.EOFException | 1.0 |
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.io.EOFException
Deklaration
public class EOFException
extends java.io.IOException
Beschreibung
Die EOFException wird ausgelöst, wenn beim Lesen aus einem Stream das Ende erreicht wird.
Konstruktoren im Detail
-
public EOFException()
-
Erzeugt ein neues EOFException-Objekt ohne Angabe einer Fehlermeldung.
-
public EOFException(String s)
-
Erzeugt ein neues EOFException-Objekt mit der Fehlermeldung s, die nähere Informationen über den speziellen Fehlerfall enthält.
Copyright © 2002 dpunkt.Verlag, Heidelberg. Alle Rechte vorbehalten.