edu.nps.moves.deadreckoning.utils
Class MatrixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.nps.moves.deadreckoning.utils.MatrixException
All Implemented Interfaces:
java.io.Serializable

public class MatrixException
extends java.lang.Exception

The Exception class that is thrown by the Matrix.java class Very basic Exception class, only passes a description of the error that will hopefully lead to simple troubleshooting resolution...:)

Author:
Sheldon L. Snyder
See Also:
Serialized Form

Constructor Summary
MatrixException(java.lang.String s)
           
 
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

MatrixException

public MatrixException(java.lang.String s)