📄 treetoobigexception.java
字号:
/* * Created on Mar 11, 2004 * */package pipe.dataLayer.calculations;/** * @author Matthew * * */public class TreeTooBigException extends Exception { TreeTooBigException() { super("The state-space tree for this net has more than 10,000 nodes. DNAMACA might be a more appropriate tool for this analysis"); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -