Class NonSymmetricMatrixException

All Implemented Interfaces:
Serializable

public class NonSymmetricMatrixException extends GeometryException
Exception raised when a non-symmetric matrix is used.
See Also:
  • Constructor Details

    • NonSymmetricMatrixException

      public NonSymmetricMatrixException()
      Constructor.
    • NonSymmetricMatrixException

      public NonSymmetricMatrixException(String message)
      Constructor with String containing message.
      Parameters:
      message - Message indicating the cause of the exception.
    • NonSymmetricMatrixException

      public NonSymmetricMatrixException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - Message describing the cause of the exception.
      cause - Instance containing the cause of the exception.
    • NonSymmetricMatrixException

      public NonSymmetricMatrixException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Instance containing the cause of the exception.