|
JSON Version 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.codehaus.jackson.JsonProcessingException
org.codehaus.jackson.JsonParseException
public class JsonParseException
Class for parsing exceptions, to indicate non-well-formed document content
| Field Summary |
|---|
| Fields inherited from class org.codehaus.jackson.JsonProcessingException |
|---|
mLocation |
| Constructor Summary | |
|---|---|
JsonParseException(String msg,
JsonLocation loc)
|
|
JsonParseException(String msg,
JsonLocation loc,
Throwable root)
|
|
| Method Summary |
|---|
| Methods inherited from class org.codehaus.jackson.JsonProcessingException |
|---|
getLocation, getMessage, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JsonParseException(String msg,
JsonLocation loc)
public JsonParseException(String msg,
JsonLocation loc,
Throwable root)
|
JSON Version 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||