org.codehaus.jackson
Class JsonGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.codehaus.jackson.JsonProcessingException
org.codehaus.jackson.JsonGenerationException
- All Implemented Interfaces:
- java.io.Serializable
public class JsonGenerationException
- extends JsonProcessingException
Exception type for exceptions during JSON writing, such as trying
to output content in wrong context (non-matching end-array or end-object,
for example).
- See Also:
- Serialized Form
| 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 |
JsonGenerationException
public JsonGenerationException(java.lang.Throwable rootCause)
JsonGenerationException
public JsonGenerationException(java.lang.String msg)
JsonGenerationException
public JsonGenerationException(java.lang.String msg,
java.lang.Throwable rootCause)