Searched refs:StackException (Results 1 - 2 of 2) sorted by relevance

/ec/ECSpooler/backends/junit/junit_libs/
H A DStackException.java3 public class StackException extends RuntimeException { class in inherits:RuntimeException
5 public StackException (String msg) { super (msg); } method in class:StackException
7 public StackException () {} method in class:StackException
H A DStack.java6 public T pop() throws StackException;
8 public T top() throws StackException;

Completed in 7 milliseconds