org.apache.commons.math3.linear
Class SingularOperatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math3.exception.MathIllegalArgumentException
org.apache.commons.math3.linear.SingularOperatorException
- All Implemented Interfaces:
- Serializable, ExceptionContextProvider
public class SingularOperatorException
- extends MathIllegalArgumentException
Exception to be thrown when trying to invert a singular operator.
- Since:
- 3.0
- Version:
- $Id: SingularOperatorException.java 1244107 2012-02-14 16:17:55Z erans $
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- Serializable version Id.
- See Also:
- Constant Field Values
SingularOperatorException
public SingularOperatorException()
- Creates a new instance of this class.
Copyright (c) 2003-2013 Apache Software Foundation