MathIllegalStateException
@Deprecated public class MathParseException extends MathIllegalStateException
Constructor and Description |
---|
MathParseException(String wrong,
int position)
Deprecated.
|
MathParseException(String wrong,
int position,
Class<?> type)
Deprecated.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MathParseException(String wrong, int position, Class<?> type)
wrong
- Bad string representation of the object.position
- Index, in the wrong
string, that caused the
parsing to fail.type
- Class of the object supposedly represented by the
wrong
string.public MathParseException(String wrong, int position)
wrong
- Bad string representation of the object.position
- Index, in the wrong
string, that caused the
parsing to fail.Copyright © 2016–2020 Hipparchus.org. All rights reserved.