Searched refs:EmptyStackException (Results 1 – 9 of 9) sorted by relevance
20 import java.util.EmptyStackException;75 } catch (EmptyStackException e) { in test_peek()94 } catch (EmptyStackException e) { in test_pop()102 } catch (EmptyStackException e) { in test_pop()111 } catch (EmptyStackException e) { in test_pop()120 } catch (EmptyStackException e) { in test_pop()195 } catch (EmptyStackException e) { in test_pop_modify_elementCount()
20 import java.util.EmptyStackException;36 } catch (EmptyStackException e) { in test_Constructor()
36 public class EmptyStackException extends RuntimeException { class44 public EmptyStackException() { in EmptyStackException() method in EmptyStackException
103 throw new EmptyStackException(); in peek()
21 import java.util.EmptyStackException;69 } catch (EmptyStackException e) { in testConstructor()93 } catch (EmptyStackException e) { in testPush_PopContext()118 } catch (EmptyStackException e) { in testReset()
12 import java.util.EmptyStackException;244 throw new EmptyStackException(); in popContext()
932 "ojluni/src/main/java/java/util/EmptyStackException.java",
926 …/src/main/java/java/util/EmptyStackException.java,jdk21u/jdk-21.0.4-ga,src/java.base/share/classes…
13958 public class EmptyStackException extends java.lang.RuntimeException {13959 ctor public EmptyStackException();