Class Euclidean1D.NoSubSpaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.apache.commons.math3.exception.MathUnsupportedOperationException
org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D.NoSubSpaceException
- All Implemented Interfaces:
Serializable, ExceptionContextProvider
- Enclosing class:
Euclidean1D
Specialized exception for inexistent sub-space.
This exception is thrown when attempting to get the sub-space of a one-dimensional space
- Since:
- 3.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MathUnsupportedOperationException
getContext, getLocalizedMessage, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerializable UID.- See Also:
-
-
Constructor Details
-
NoSubSpaceException
public NoSubSpaceException()Simple constructor.
-