Package util

Class MatrixFormatException

All Implemented Interfaces:
Serializable

public class MatrixFormatException extends Exception
Is thrown whenever an illegal matrix string is found.
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.