Serializable
, LocalizedException
MathIllegalStateException
@Deprecated public class MathParseException extends MathIllegalStateException
Constructor | Description |
---|---|
MathParseException(String wrong,
int position) |
Deprecated.
|
MathParseException(String wrong,
int position,
Class<?> type) |
Deprecated.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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–2018 Hipparchus.org. All rights reserved.