站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

GuardedException (Editor Library) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.editor.lib/1 1.14.0 3

org.netbeans.editor
Class GuardedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.swing.text.BadLocationException
              extended by org.netbeans.editor.GuardedException
All Implemented Interfaces:
Serializable

public class GuardedException
extends BadLocationException

Attempt to insert or remove from the guarded block has been done.

See Also:
Serialized Form

Constructor Summary
GuardedException(String s, int offs)
           
 
Method Summary
 
Methods inherited from class javax.swing.text.BadLocationException
offsetRequested
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GuardedException

public GuardedException(String s,
                        int offs)

org.netbeans.modules.editor.lib/1 1.14.0 3

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.