Class InvalidMatrixException

    • Constructor Detail

      • InvalidMatrixException

        public InvalidMatrixException​(Localizable pattern,
                                      Object... arguments)
        Construct an exception with the given message.
        Parameters:
        pattern - format specifier
        arguments - format arguments
        Since:
        2.2
      • InvalidMatrixException

        public InvalidMatrixException​(Throwable cause)
        Construct an exception with the given message.
        Parameters:
        cause - the exception or error that caused this exception to be thrown.
        Since:
        2.0