Class InvalidMatrixException

    • Constructor Detail

      • InvalidMatrixException

        @Deprecated
        public InvalidMatrixException​(java.lang.String pattern,
                                      java.lang.Object... arguments)
        Deprecated.
        Construct an exception with the given message.
        Parameters:
        pattern - format specifier
        arguments - format arguments
        Since:
        2.0
      • InvalidMatrixException

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

        public InvalidMatrixException​(java.lang.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