Serializable, LocalizedExceptionMathIllegalStateException@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, getSpecifierclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.