praktikum.matrix
Class IllegalStructureException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--praktikum.matrix.IllegalStructureException
All Implemented Interfaces:
Serializable

public class IllegalStructureException
extends Exception

Exception für falsche Matrix-Dimensionierungen.

See Also:
Serialized Form

Constructor Summary
IllegalStructureException(String message)
          Konstruiert eine IllegalStructureException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalStructureException

public IllegalStructureException(String message)
Konstruiert eine IllegalStructureException.
Parameters:
message - Fehlermeldung