Package util
Class MatrixFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
util.MatrixFormatException
- All Implemented Interfaces:
java.io.Serializable
public class MatrixFormatException
extends java.lang.Exception
Is thrown whenever an illegal matrix string is found.
- Author:
- JIBOYE Oluwagbemiro Olaoluwa
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MatrixFormatException()Creates a new instance ofMatrixFormatExceptionwithout detail message.MatrixFormatException(java.lang.String msg)Constructs an instance ofMatrixFormatExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
MatrixFormatException
public MatrixFormatException()Creates a new instance ofMatrixFormatExceptionwithout detail message. -
MatrixFormatException
public MatrixFormatException(java.lang.String msg)Constructs an instance ofMatrixFormatExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-