|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalArgumentException java.util.IllegalFormatException java.util.IllegalFormatWidthException
public class IllegalFormatWidthException
當格式寬度為除 -1 以外的負值或其他不受支持的值時,將拋出未經檢查的異常。
建構子摘要 | |
---|---|
IllegalFormatWidthException(int w)
建構帶有指定寬度的此類別的一個實例。 |
方法摘要 | |
---|---|
String |
getMessage()
返回此 throwable 的詳細訊息字元串。 |
int |
getWidth()
返回寬度。 |
從類別 java.lang.Throwable 繼承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
建構子詳細資訊 |
---|
public IllegalFormatWidthException(int w)
w
- 寬度。方法詳細資訊 |
---|
public int getWidth()
public String getMessage()
Throwable
複製的描述
Throwable
中的 getMessage
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。