Uses of Class
ch.hsr.bieridee.exceptions.InvalidRequestException

Packages that use InvalidRequestException
ch.hsr.bieridee.resourcehandler   
ch.hsr.bieridee.resourcehandler.interfaces   
 

Uses of InvalidRequestException in ch.hsr.bieridee.resourcehandler
 

Methods in ch.hsr.bieridee.resourcehandler that throw InvalidRequestException
 org.restlet.representation.Representation TagListResource.store(org.restlet.representation.Representation rep)
           
 

Uses of InvalidRequestException in ch.hsr.bieridee.resourcehandler.interfaces
 

Methods in ch.hsr.bieridee.resourcehandler.interfaces that throw InvalidRequestException
 org.restlet.representation.Representation ICollectionResource.store(org.restlet.representation.Representation rep)
          Create a collection item.