public class MathParseException extends MathIllegalStateException implements ExceptionContextProvider
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serializable version Id.
|
| Constructor and Description |
|---|
MathParseException(java.lang.String wrong,
int position) |
MathParseException(java.lang.String wrong,
int position,
java.lang.Class<?> type) |
getContext, getLocalizedMessage, getMessageaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContextprivate static final long serialVersionUID
public MathParseException(java.lang.String wrong,
int position,
java.lang.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(java.lang.String wrong,
int position)
wrong - Bad string representation of the object.position - Index, in the wrong string, that caused the
parsing to fail.Copyright (c) 2003-2015 Apache Software Foundation