Package de.kappich.sys.funclib.json
Class JsonParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
de.kappich.sys.funclib.json.JsonException
de.kappich.sys.funclib.json.JsonParseException
- All Implemented Interfaces:
java.io.Serializable
public class JsonParseException extends JsonException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JsonParseException(java.lang.String expected, JsonReader reader)
JsonParseException(java.lang.String expected, JsonReader reader, java.lang.Throwable cause)
-
Method Summary
Modifier and Type Method Description int
getPos()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
JsonParseException
-
JsonParseException
-
-
Method Details
-
getPos
public int getPos()
-