public class EmptyStackException extends RuntimeException { // Public Constructor public EmptyStackException( ); // Empty }