Uses of Class
compbio.metadata.LimitExceededException

Packages that use LimitExceededException
compbio.data.msa Web Service interfaces for JAva Bioinformatics Analysis Web Services. 
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. 
 

Uses of LimitExceededException in compbio.data.msa
 

Methods in compbio.data.msa that throw LimitExceededException
 String MsaWS.align(List<FastaSequence> sequences)
          Align a list of sequences with default settings.
 String MsaWS.customAlign(List<FastaSequence> sequences, List<Option<T>> options)
          Align a list of sequences with options.
 String MsaWS.presetAlign(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, List<FastaSequence> seqs)