Uses of Class
org.dajlab.rebrickableapi.v3.vo.RebrickableException
-
Packages that use RebrickableException Package Description org.dajlab.rebrickableapi.v3.service org.dajlab.rebrickableapi.v3.service.lego org.dajlab.rebrickableapi.v3.service.lego.impl -
-
Uses of RebrickableException in org.dajlab.rebrickableapi.v3.service
Methods in org.dajlab.rebrickableapi.v3.service that throw RebrickableException Modifier and Type Method Description protected StringAbstractRebrickableService. returnJsonResponse(Method method, String uri)Call the service and return the response.protected StringAbstractRebrickableService. returnJsonResponse(Method method, String uri, Map<String,String> parameters)Call the service and return the response. -
Uses of RebrickableException in org.dajlab.rebrickableapi.v3.service.lego
Methods in org.dajlab.rebrickableapi.v3.service.lego that throw RebrickableException Modifier and Type Method Description ElementIElementsService. getElement(String elementId)Get details about a specific Element ID.SetISetsService. getSet(String setNumber)Get details for a specific Set. -
Uses of RebrickableException in org.dajlab.rebrickableapi.v3.service.lego.impl
Methods in org.dajlab.rebrickableapi.v3.service.lego.impl that throw RebrickableException Modifier and Type Method Description ElementElementsServiceImpl. getElement(String elementId)Get details about a specific Element ID.SetSetsServiceImpl. getSet(String setNumber)Get details for a specific Set.
-