praktikum.matrix
Class OperatorException

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

public class OperatorException
extends Exception

Exception für falsche Operator-Aufrufe.

See Also:
Serialized Form

Constructor Summary
OperatorException(String message)
          Konstruiert eine OperatorException.
 
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

OperatorException

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