comirva.exception
Class NoMatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by comirva.exception.NoMatrixException
All Implemented Interfaces:
Serializable

public class NoMatrixException
extends Exception

The NoMatrixException is thrown when a file that should be an ASCII-matrix file is read but the file turns out not to contain a valid matrix.

See Also:
Serialized Form

Constructor Summary
NoMatrixException()
          Creates a new NoMatrixException-instance.
NoMatrixException(String description)
          Creates a new NoMatrixException-instance.
 
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

NoMatrixException

public NoMatrixException()
Creates a new NoMatrixException-instance.


NoMatrixException

public NoMatrixException(String description)
Creates a new NoMatrixException-instance.

Parameters:
description - a String containing a message or description of the occurred error