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

Klasse java.lang.IndexOutOfBoundsException1.0

java.lang.Object
   |
   +--java.lang.Throwable
         |
         +--java.lang.Exception
               |
               +--java.lang.RuntimeException
                     |
                     +--java.lang.IndexOutOfBoundsException

Deklaration

public class IndexOutOfBoundsException
extends java.lang.RuntimeException

Beschreibung

Die IndexOutOfBoundsException wird nicht direkt ausgelöst. Sie dient als Basis für ArrayIndexOutOfBoundsException und StringIndexOutOfBoundsException.


 
Konstruktoren
publicIndexOutOfBoundsException()
publicIndexOutOfBoundsException(String s)


 

Konstruktoren im Detail

public IndexOutOfBoundsException()
Erzeugt ein neues IndexOutOfBoundsException-Objekt ohne Angabe einer Fehlermeldung.
public IndexOutOfBoundsException(String s)
Erzeugt ein neues IndexOutOfBoundsException-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.