Class MatrixFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.gbenroscience.util.MatrixFormatException
All Implemented Interfaces:
Serializable

public class MatrixFormatException extends Exception
Is thrown whenever an illegal matrix string is found.
Author:
JIBOYE Oluwagbemiro Olaoluwa
See Also:
  • Constructor Details

    • MatrixFormatException

      public MatrixFormatException()
      Creates a new instance of MatrixFormatException without detail message.
    • MatrixFormatException

      public MatrixFormatException(String msg)
      Constructs an instance of MatrixFormatException with the specified detail message.
      Parameters:
      msg - the detail message.