HomeSort by relevance Sort by last modified time
    Searched refs:EmptyStackException (Results 1 - 23 of 23) sorted by null

  /libcore/luni/src/main/java/java/util/
EmptyStackException.java 22 * An {@code EmptyStackException} is thrown if the pop/peek method of a stack is
27 public class EmptyStackException extends RuntimeException {
32 * Constructs a new {@code EmptyStackException} with the stack trace filled
35 public EmptyStackException() {
Stack.java 48 * @throws EmptyStackException
57 throw new EmptyStackException();
65 * @throws EmptyStackException
73 throw new EmptyStackException();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntStack.java 23 import java.util.EmptyStackException;
118 * @throws EmptyStackException if this stack is empty.
127 throw new EmptyStackException();
136 * @throws EmptyStackException if this stack is empty.
145 throw new EmptyStackException();
154 * @throws EmptyStackException if this stack is empty.
163 throw new EmptyStackException();
ObjectStack.java 23 import java.util.EmptyStackException;
121 * @throws EmptyStackException if this stack is empty.
130 throw new EmptyStackException();
139 * @throws EmptyStackException if this stack is empty.
148 throw new EmptyStackException();
157 * @throws EmptyStackException if this stack is empty.
166 throw new EmptyStackException();
NamespaceSupport2.java 23 import java.util.EmptyStackException;
155 throw new EmptyStackException();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EmptyStackExceptionTest.java 20 import java.util.EmptyStackException;
34 * @tests java.util.EmptyStackException#EmptyStackException()
37 // Test for method java.util.EmptyStackException()
41 } catch (EmptyStackException e) {
44 fail("Expected EmptyStackException not thrown");
StackTest.java 20 import java.util.EmptyStackException;
86 } catch (EmptyStackException e) {
88 "a) Pop threw EmptyStackException when stack should not have been empty");
94 } catch (EmptyStackException e) {
96 "b) Pop threw EmptyStackException when stack should not have been empty");
103 } catch (EmptyStackException e) {
105 "c) Pop threw EmptyStackException when stack should not have been empty");
111 "d) Pop did not throw EmptyStackException when stack should have been empty");
112 } catch (EmptyStackException e) {
193 catch(EmptyStackException e
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
EmptyStackExceptionTest.java 20 import java.util.EmptyStackException;
29 * java.util.EmptyStackException#EmptyStackException()
32 // Test for method java.util.EmptyStackException()
36 } catch (EmptyStackException e) {
39 fail("Expected EmptyStackException not thrown");
StackTest.java 20 import java.util.EmptyStackException;
74 fail("EmptyStackException expected");
75 } catch (EmptyStackException e) {
94 } catch (EmptyStackException e) {
96 "a) Pop threw EmptyStackException when stack should not have been empty");
102 } catch (EmptyStackException e) {
104 "b) Pop threw EmptyStackException when stack should not have been empty");
111 } catch (EmptyStackException e) {
113 "c) Pop threw EmptyStackException when stack should not have been empty");
119 "d) Pop did not throw EmptyStackException when stack should have been empty")
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
NamespaceSupportTest.java 21 import java.util.EmptyStackException;
68 fail("Test 2: EmptyStackException expected.");
69 } catch (EmptyStackException e) {
92 fail("Test 3: EmptyStackException expected.");
93 } catch (EmptyStackException e) {
117 fail("Test 3: EmptyStackException expected.");
118 } catch (EmptyStackException e) {
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 11 import java.util.EmptyStackException;
245 throw new EmptyStackException();
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderContext.java 36 import java.util.EmptyStackException;
374 } catch (EmptyStackException e) {
388 } catch (EmptyStackException e) {
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java 28 import java.util.EmptyStackException;
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 595 milliseconds