HomeSort by relevance Sort by last modified time
    Searched defs:NoSuchMethodException (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/main/java/java/lang/
NoSuchMethodException.java 24 public class NoSuchMethodException extends Exception {
29 * Constructs a new {@code NoSuchMethodException} that includes the current
32 public NoSuchMethodException() {
36 * Constructs a new {@code NoSuchMethodException} with the current stack
42 public NoSuchMethodException(String detailMessage) {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 222 * @exception java.lang.NoSuchMethodException if thisCoroutine isn't
226 public synchronized Object co_entry_pause(int thisCoroutine) throws java.lang.NoSuchMethodException
229 throw new java.lang.NoSuchMethodException();
258 * @exception java.lang.NoSuchMethodException if toCoroutine isn't a
261 public synchronized Object co_resume(Object arg_object,int thisCoroutine,int toCoroutine) throws java.lang.NoSuchMethodException
264 throw new java.lang.NoSuchMethodException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COROUTINE_NOT_AVAIL, new Object[]{Integer.toString(toCoroutine)})); //"Coroutine not available, id="+toCoroutine);
292 throw new java.lang.NoSuchMethodException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COROUTINE_CO_EXIT, null)); //"CoroutineManager recieved co_exit() request");
327 * @exception java.lang.NoSuchMethodException if toCoroutine isn't a
330 public synchronized void co_exit_to(Object arg_object,int thisCoroutine,int toCoroutine) throws java.lang.NoSuchMethodException
333 throw new java.lang.NoSuchMethodException(XMLMessages.createXMLMessage(XMLErrorResources.ER_COROUTINE_NOT_AVAIL, new Object[]{Integer.toStri (…)
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 417 milliseconds