Uses of Class
compbio.metadata.WrongParameterException

Packages that use WrongParameterException
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 WrongParameterException in compbio.data.msa
 

Methods in compbio.data.msa that throw WrongParameterException
 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 WrongParameterException in compbio.metadata
 

Methods in compbio.metadata that throw WrongParameterException
 List<Option<T>> Preset.getArguments(RunnerConfig<T> rconfig)
          Converts list of options as String to type Option
 void Parameter.setDefaultValue(String defaultVal)
           
 void Option.setDefaultValue(String defaultVal)
          Sets one of the values defined in optionList as default.
 void Argument.setValue(String defaultValue)
          Set default values for the parameter or an option
 void Option.setValue(String dValue)