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
-
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.
-