template <typename Object> class Stack { public: // ... const Object& top() const throw(StackEmptyException);