dm.vpi.lekce04.matrix
Class IncompatibleMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dm.vpi.lekce04.matrix.IncompatibleMatrixException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleMatrixException
extends java.lang.RuntimeException

Výjimka generovaná některými operacemi třídy Matrix. Tato výjimka identifikuje chyby, kdy operace nemohou být provedeny, protože rozměry jednotlivých operandů nejsou kompatibilní, tzn. že operace nad takovými maticemi není definována.

Author:
David Martinek
See Also:
Serialized Form

Constructor Summary
IncompatibleMatrixException()
          Konstruktor.
 
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

IncompatibleMatrixException

public IncompatibleMatrixException()
Konstruktor. Pro jednoduchost budou všechny chyby identifikovány stejným chybovým hlášením.