expectedoutputtestchapter6.txt
来自「国外的数据结构与算法分析用书」· 文本 代码 · 共 9 行
TXT
9 行
Caught the NegativeStackSizeException exception
The class of the exception is class NegativeStackSizeException
The message with the exception is: Cannot create a stack with a negative size (-10).
So far the stack trace is:
NegativeStackSizeException: Cannot create a stack with a negative size (-10).
at ArrayedStack.<init>(ArrayedStack.java:18)
at TestChapter6.main(TestChapter6.java:14)
Attempt to carry on with the default size of 10.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?