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.ExceptionIs 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.
-
-
-
Constructor Detail
-
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.
-
-