|
Copyright © 2008, 2009 Pedro Agulló Soliveres | |||||||||
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.lang.RuntimeException
com.softwarementors.extjs.djn.DirectJNgineException
com.softwarementors.extjs.djn.gson.JsonException
public class JsonException
Method Summary | |
---|---|
static JsonException |
forFailedConversionFromJsonStringToMethodParameters(RegisteredMethod method,
java.lang.String jsonParametersString,
java.lang.Class<?>[] parameterTypes,
com.google.gson.JsonParseException ex)
|
static JsonException |
forFailedConversionFromResponseToJson(ResponseBase response,
java.lang.Throwable ex)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static JsonException forFailedConversionFromResponseToJson(ResponseBase response, java.lang.Throwable ex)
public static JsonException forFailedConversionFromJsonStringToMethodParameters(RegisteredMethod method, java.lang.String jsonParametersString, java.lang.Class<?>[] parameterTypes, com.google.gson.JsonParseException ex)
|
Copyright © 2008, 2009 Pedro Agulló Soliveres | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |