Package org.jmol.script
Class ScriptInterruption
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jmol.script.ScriptException
-
- org.jmol.script.ScriptInterruption
-
- All Implemented Interfaces:
java.io.Serializable
public class ScriptInterruption extends ScriptException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jmol.script.ScriptException
isError, message, untranslated
-
-
Constructor Summary
Constructors Constructor Description ScriptInterruption(ScriptEval eval, java.lang.String why, int millis)
-
Method Summary
-
Methods inherited from class org.jmol.script.ScriptException
getErrorMessageUntranslated, getMessage, toString
-
-
-
-
Constructor Detail
-
ScriptInterruption
public ScriptInterruption(ScriptEval eval, java.lang.String why, int millis)
-
-