Class Sphere1D.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.spherical.oned.Sphere1D.NoSubSpaceException
-
- All Implemented Interfaces:
java.io.Serializable
,ExceptionContextProvider
- Enclosing class:
- Sphere1D
public static class Sphere1D.NoSubSpaceException extends MathUnsupportedOperationException
Specialized exception for inexistent sub-space.This exception is thrown when attempting to get the sub-space of a one-dimensional space
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serializable UID.
-
Constructor Summary
Constructors Constructor Description NoSubSpaceException()
Simple constructor.
-
Method Summary
-
Methods inherited from class org.apache.commons.math3.exception.MathUnsupportedOperationException
getContext, getLocalizedMessage, getMessage
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serializable UID.- See Also:
- Constant Field Values
-
-