Class JmolAsyncException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JmolAsyncException
    extends java.io.IOException
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String fileName  
    • Constructor Summary

      Constructors 
      Constructor Description
      JmolAsyncException​(java.lang.String cacheName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFileName()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • fileName

        private java.lang.String fileName
    • Constructor Detail

      • JmolAsyncException

        public JmolAsyncException​(java.lang.String cacheName)
    • Method Detail

      • getFileName

        public java.lang.String getFileName()