Copyright © 2008, 2009 Pedro Agulló Soliveres

Uses of Class
com.softwarementors.extjs.djn.router.JsonException

Packages that use JsonException
com.softwarementors.extjs.djn.router   
 

Uses of JsonException in com.softwarementors.extjs.djn.router
 

Methods in com.softwarementors.extjs.djn.router that return JsonException
static JsonException JsonException.forFailedConversionFromJsonStringToMethodParameters(RegisteredMethod method, java.lang.String jsonParametersString, java.lang.Class<?>[] parameterTypes, com.google.gson.JsonParseException ex)
           
static JsonException JsonException.forFailedConversionFromResponseToJson(com.softwarementors.extjs.djn.router.ResponseBase response, java.lang.Throwable ex)
           
 


Copyright © 2008, 2009 Pedro Agulló Soliveres