All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jmol.viewer.JmolAsyncException Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package org.jmol.viewer;

import java.io.IOException;

public class JmolAsyncException extends IOException {

  private String fileName;

  public JmolAsyncException(String cacheName) {
    fileName = cacheName;
  }

  public String getFileName() {
    return fileName;
  }
  

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy