Code Fragment: Stack2



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