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.NoSuchMethodException1.0

java.lang.Object
   |
   +--java.lang.Throwable
         |
         +--java.lang.Exception
               |
               +--java.lang.NoSuchMethodException

Deklaration

public class NoSuchMethodException
extends java.lang.Exception

Beschreibung

Die NoSuchMethodException tritt auf, wenn zur Laufzeit versucht wird, eine Methode aufzurufen, die bei der betreffenden Klasse nicht vorhanden ist.


 
Konstruktoren
publicNoSuchMethodException()
publicNoSuchMethodException(String s)


 

Konstruktoren im Detail

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