Class Sphere1D.NoSubSpaceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hipparchus.exception.MathRuntimeException
-
- org.hipparchus.geometry.spherical.oned.Sphere1D.NoSubSpaceException
-
- All Implemented Interfaces:
Serializable
,LocalizedException
- Enclosing class:
- Sphere1D
public static class Sphere1D.NoSubSpaceException extends MathRuntimeException
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
-
-
Constructor Summary
Constructors Constructor Description NoSubSpaceException()
Simple constructor.
-
Method Summary
-
Methods inherited from class org.hipparchus.exception.MathRuntimeException
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-