add: jump, find, replace, copy, paste for editor
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
package com.stardust.autojs.runtime.exception;
|
||||
|
||||
import org.mozilla.javascript.EvaluatorException;
|
||||
import org.mozilla.javascript.RhinoException;
|
||||
|
||||
/**
|
||||
* Created by Stardust on 2017/1/29.
|
||||
*/
|
||||
public class ScriptException extends RuntimeException {
|
||||
|
||||
|
||||
public ScriptException(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
@@ -15,7 +17,6 @@ public class ScriptException extends RuntimeException {
|
||||
}
|
||||
|
||||
public ScriptException() {
|
||||
|
||||
}
|
||||
|
||||
public ScriptException(Throwable cause) {
|
||||
|
||||
Reference in New Issue
Block a user