?? wormexception.java
字號:
/* * * Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. *//* * WormException.java * * Created on March 30, 2001, 16:15 * @version *//** * A WormException occurs whenever the worm dies. It's a quick way * to get to the main update loop to restart the game. */public class WormException extends Exception { public WormException(String message) { super(message); }}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -