Searched refs:Sl4aException (Results 1 - 8 of 8) sorted by relevance

/external/sl4a/Utils/src/com/googlecode/android_scripting/exception/
H A DSl4aException.java20 public class Sl4aException extends Exception { class in inherits:Exception
22 public Sl4aException(Exception e) { method in class:Sl4aException
26 public Sl4aException(String message) { method in class:Sl4aException
30 public Sl4aException(String message, Exception e) { method in class:Sl4aException
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
H A DInterpreterUninstaller.java27 import com.googlecode.android_scripting.exception.Sl4aException;
50 AsyncTaskListener<Boolean> listener) throws Sl4aException {
61 throw new Sl4aException("Interpreter package name is empty.");
67 throw new Sl4aException("Interpreter description not provided.");
70 throw new Sl4aException("Interpreter not specified.");
73 throw new Sl4aException("Interpreter not installed.");
H A DInterpreterInstaller.java26 import com.googlecode.android_scripting.exception.Sl4aException;
152 AsyncTaskListener<Boolean> taskListener) throws Sl4aException {
163 throw new Sl4aException("Interpreter package name is empty.");
169 throw new Sl4aException("Interpreter description not provided.");
172 throw new Sl4aException("Interpreter not specified.");
175 throw new Sl4aException("Interpreter is installed.");
261 throws Sl4aException {
265 protected AsyncTask<Void, Integer, Long> extractInterpreter() throws Sl4aException {
272 protected AsyncTask<Void, Integer, Long> extractInterpreterExtras() throws Sl4aException {
278 protected AsyncTask<Void, Integer, Long> extractScripts() throws Sl4aException {
[all...]
H A DUrlDownloaderTask.java25 import com.googlecode.android_scripting.exception.Sl4aException;
150 throw new Sl4aException("Cannot open URL: " + mUrl, e);
163 throw new Sl4aException(e);
H A DZipExtractorTask.java26 import com.googlecode.android_scripting.exception.Sl4aException;
69 throws Sl4aException {
75 throw new Sl4aException("Failed to make directories: " + mOutput.getAbsolutePath());
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DFacadeManager.java23 import com.googlecode.android_scripting.exception.Sl4aException;
70 throw new Sl4aException(String.format("%s requires API level %d, current level is %d",
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
H A DMain.java39 import com.googlecode.android_scripting.exception.Sl4aException;
61 Context context, AsyncTaskListener<Boolean> listener) throws Sl4aException;
65 throws Sl4aException;
174 } catch (Sl4aException e) {
190 } catch (Sl4aException e) {
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
H A DTerminalManager.java39 import com.googlecode.android_scripting.exception.Sl4aException;
119 * @throws Sl4aException
122 InterruptedException, Sl4aException {

Completed in 155 milliseconds