Class MathParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hipparchus.exception.MathRuntimeException
org.hipparchus.exception.MathIllegalStateException
org.hipparchus.migration.exception.MathParseException
- All Implemented Interfaces:
Serializable
,LocalizedException
Deprecated.
Class to signal parse failures.
- See Also:
-
Constructor Summary
ConstructorDescriptionMathParseException
(String wrong, int position) Deprecated.Simple constructor.MathParseException
(String wrong, int position, Class<?> type) Deprecated.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
-
Constructor Details
-
MathParseException
Deprecated.Simple constructor.- Parameters:
wrong
- Bad string representation of the object.position
- Index, in thewrong
string, that caused the parsing to fail.type
- Class of the object supposedly represented by thewrong
string.
-
MathParseException
Deprecated.Simple constructor.- Parameters:
wrong
- Bad string representation of the object.position
- Index, in thewrong
string, that caused the parsing to fail.
-
MathIllegalStateException