|
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.JsonGenerationException
public class JsonGenerationException
Class for exceptions during JSON writing, such as trying to output content in wrong context (non-matching end-array or end-object, for example)
Field Summary |
---|
Fields inherited from class org.codehaus.jackson.JsonProcessingException |
---|
mLocation |
Constructor Summary | |
---|---|
JsonGenerationException(String msg)
|
|
JsonGenerationException(Throwable rootCause)
|
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 JsonGenerationException(Throwable rootCause)
public JsonGenerationException(String msg)
|
JSON Version 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |