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, getSpecifieraddSuppressed, 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-2022 CS GROUP. All rights reserved.