JavaTM 2 Platform
Standard Ed. 6

javax.swing.text
類別 BadLocationException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 javax.swing.text.BadLocationException
所有已實作的介面:
Serializable

public class BadLocationException
extends Exception

此異常的目的是報告文檔模型中的損壞位置(即試圖參考一個不存在的位置)。

警告:此類別的已序列化物件與以後的 Swing 版本不相容。當前序列化支持適用於短期存儲或運行相同 Swing 版本的應用程序之間的 RMI。從 1.4 版本開始,已在 java.beans 套件中添加了支持所有 JavaBeansTM 長期存儲的功能。請參見 XMLEncoder


建構子摘要
BadLocationException(String s, int offs)
          創建新的 BadLocationException 物件。
 
方法摘要
 int offsetRequested()
          返回文檔中的非法偏移量。
 
從類別 java.lang.Throwable 繼承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

BadLocationException

public BadLocationException(String s,
                            int offs)
創建新的 BadLocationException 物件。

參數:
s - 一個指示參數所發生的錯誤的字元串
offs - 文檔中的偏移量,要求 >= 0
方法詳細資訊

offsetRequested

public int offsetRequested()
返回文檔中的非法偏移量。

返回:
偏移量 >= 0

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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