Uses of Class
compbio.metadata.LimitExceededException

Packages that use LimitExceededException
compbio.data.msa   
compbio.metadata A meta-data model for multiple sequence alignment web services Classes in this package have no dependencies to other sources in the project. 
compbio.ws.server   
 

Uses of LimitExceededException in compbio.data.msa
 

Methods in compbio.data.msa that throw LimitExceededException
 java.lang.String MsaWS.align(java.util.List<FastaSequence> sequences)
          Align a list of sequences with default settings.
 java.lang.String MsaWS.customAlign(java.util.List<FastaSequence> sequences, java.util.List<Option<T>> options)
          Align a list of sequences with options.
 java.lang.String MsaWS.presetAlign(java.util.List<FastaSequence> sequences, Preset<T> preset)
          Align a list of sequences with preset.
 

Uses of LimitExceededException in compbio.metadata
 

Methods in compbio.metadata that return LimitExceededException
static LimitExceededException LimitExceededException.newLimitExceeded(Limit<?> limit, java.util.List<FastaSequence> seqs)
           
 

Uses of LimitExceededException in compbio.ws.server
 

Methods in compbio.ws.server that throw LimitExceededException
static
<T> java.lang.String
WSUtil.align(java.util.List<FastaSequence> sequences, ConfiguredExecutable<T> confExec, org.apache.log4j.Logger statLog, javax.xml.ws.WebServiceContext wsContext, java.lang.String callingMethod, Limit<T> limit)