JavaTM 2 Platform
Standard Ed. 6

java.util
類別 IllegalFormatPrecisionException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 java.lang.RuntimeException
              繼承者 java.lang.IllegalArgumentException
                  繼承者 java.util.IllegalFormatException
                      繼承者 java.util.IllegalFormatPrecisionException
所有已實作的介面:
Serializable

public class IllegalFormatPrecisionException
extends IllegalFormatException

當精度為除 -1 以外的負值、轉換型別不支持某個精度或者值在其他方面不受支持時,將拋出未經檢查的異常。

從以下版本開始:
1.5
另請參見:
序列化表格

建構子摘要
IllegalFormatPrecisionException(int p)
          建構帶有指定精度的此類別的一個實例。
 
方法摘要
 String getMessage()
          返回此 throwable 的詳細訊息字元串。
 int getPrecision()
          返回精度。
 
從類別 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
 

建構子詳細資訊

IllegalFormatPrecisionException

public IllegalFormatPrecisionException(int p)
建構帶有指定精度的此類別的一個實例。

參數:
p - 精度。
方法詳細資訊

getPrecision

public int getPrecision()
返回精度。

返回:
精度。

getMessage

public String getMessage()
從類別 Throwable 複製的描述
返回此 throwable 的詳細訊息字元串。

覆寫:
類別 Throwable 中的 getMessage
返回:
Throwable 實例(可以為 null)的詳細訊息字元串。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only