Class NennerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by NennerException
All Implemented Interfaces:
java.io.Serializable

public class NennerException
extends java.lang.Exception

NennerException: Division durch Null.

See Also:
Serialized Form

Constructor Summary
NennerException()
           
 
Method Summary
 java.lang.String toString()
          Kommentar: Division durch Null.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NennerException

public NennerException()
Method Detail

toString

public java.lang.String toString()
Kommentar: Division durch Null.

Overrides:
toString in class java.lang.Throwable
Returns:
Kommentar