* @throws IOException
*/
public static void main(String[] args)
- throws IOException, InterruptedException
{
instance = new Jalview();
instance.doMain(args);
* @throws InterruptedException
* @throws IOException
*/
- void doMain(String[] args) throws IOException, InterruptedException
+ void doMain(String[] args)
{
System.setSecurityManager(null);
System.out.println("Java version: "
*/
public void loadJalviewDataFile(String file, DataSourceType sourceType,
FileFormatI format, SequenceI assocSeq)
- throws IOException, InterruptedException
{
try
{