treetoobigexception.java
来自「Petri网分析工具PIPE is open-source」· Java 代码 · 共 17 行
JAVA
17 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?