package java.util;

public class EmptyStackException extends RuntimeException
{

 public EmptyStackException()
 {
 }
 
}