Class LinearSystemSolver.NoSolution
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.nm.algebra.linear.matrix.doubles.linearsystem.LinearSystemSolver.NoSolution
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LinearSystemSolver
public static class LinearSystemSolver.NoSolution extends RuntimeException
This is the runtime exception thrown when it fails to solve a system of linear equations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSolution(String msg)
Construct anLinearSystemSolver.NoSolution
exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSolution
public NoSolution(String msg)
Construct anLinearSystemSolver.NoSolution
exception.- Parameters:
msg
- the error message
-
-