net.gobbz.kontoverwaltung
Class KontoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.gobbz.kontoverwaltung.KontoException
All Implemented Interfaces:
java.io.Serializable

public class KontoException
extends java.lang.Exception

Stellt einen Laufzeitfehler dar, der auftritt, wenn in ein Konto unzulässige Werte und Operationen durchgeführt werden

Author:
Michael Wild
See Also:
Serialized Form

Constructor Summary
KontoException(java.lang.String msg)
          Dem Konstruktor wird im Parameter die Fehlermeldung übergeben
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KontoException

public KontoException(java.lang.String msg)
Dem Konstruktor wird im Parameter die Fehlermeldung übergeben

Parameters:
msg -