📄 illegalfieldvalueexception.java
字号:
// IllegalFieldValueException.java// $Id: IllegalFieldValueException.java,v 1.2 1998/01/22 13:08:04 bmahe Exp $// (c) COPYRIGHT MIT and INRIA, 1996.// Please first read the full copyright statement in file COPYRIGHT.htmlpackage org.w3c.tools.forms ;/** * This exception is thrown when a field is set to an invalid value. */public class IllegalFieldValueException extends Exception { IllegalFieldValueException (Object arg) { super("illegal value: "+arg) ; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -