Class AlgebraException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.irurueta.algebra.AlgebraException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DecomposerException, LockedException, NonSymmetricPositiveDefiniteMatrixException, NotAvailableException, NotReadyException, RankDeficientMatrixException, SingularMatrixException, WrongSizeException

public class AlgebraException extends Exception
Base exception for all exception in the com.irurueta.algebra package
See Also:
  • Constructor Details

    • AlgebraException

      public AlgebraException()
      Constructor
    • AlgebraException

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

      public AlgebraException(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
    • AlgebraException

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