main.verarbeitung
Class MatrixNotInitialisedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--main.verarbeitung.MatrixNotInitialisedException
All Implemented Interfaces:
java.io.Serializable

public class MatrixNotInitialisedException
extends java.lang.RuntimeException

Exception, die geworfen wird, wenn die Matrix noch nicht initialisiert ist. Dies kann im normalen Programmablauf nicht vorkommen, allerdings könnte der Fehler auftreten, wenn das Unterprogramm als Bibliothek verwendet wird.

Version:
$Revision: 1.1 $
Author:
Simon Tiffert
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MatrixNotInitialisedException()
          Dieser Konstruktor ruft den Konstruktor der Superklasse auf
 
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

MatrixNotInitialisedException

public MatrixNotInitialisedException()
Dieser Konstruktor ruft den Konstruktor der Superklasse auf