Package util

Class 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 of MatrixFormatException without detail message.
      MatrixFormatException​(java.lang.String msg)
      Constructs an instance of MatrixFormatException with 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, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MatrixFormatException

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

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