Uses of Class
ubic.gemma.rest.util.MalformedArgException
Packages that use MalformedArgException
-
Uses of MalformedArgException in ubic.gemma.rest.providers
Methods in ubic.gemma.rest.providers with parameters of type MalformedArgExceptionModifier and TypeMethodDescriptionprotected javax.ws.rs.core.Response.StatusMalformedArgExceptionMapper.getStatus(MalformedArgException exception) protected WellComposedErrorBodyMalformedArgExceptionMapper.getWellComposedErrorBody(MalformedArgException exception) -
Uses of MalformedArgException in ubic.gemma.rest.util.args
Methods in ubic.gemma.rest.util.args that throw MalformedArgExceptionModifier and TypeMethodDescriptionObtain the value of the limit and ensure it is smaller than a given maximum.protected static <T extends AbstractArrayArg<?>>
TAbstractArrayArg.valueOf(String arg, String ofWhat, Function<List<String>, T> func, boolean decompressArg) Evaluate an input array argument.static CompositeSequenceArg<?> Used by RS to parse value of request parameters.static CompositeSequenceArrayArgstatic DatabaseEntryArg<?> Used by RS to parse value of request parameters.static DatabaseEntryArrayArgstatic DatasetArg<?> Used by RS to parse value of request parameters.static DatasetArrayArgstatic LimitArgstatic OffsetArgstatic PlatformArg<?> Used by RS to parse value of request parameters.static PlatformArrayArgstatic QueryArgstatic <T extends Identifiable>
SortArg<T> Used by RS to parse value of request parameters.static TaxonArg<?> Used by RS to parse value of request parameters.