当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
InvalidMarkException (Editor Library) - NetBeans API Javadoc (Current Development Version)
org.netbeans.editor
Class InvalidMarkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.netbeans.editor.InvalidMarkException
- All Implemented Interfaces:
- Serializable
public class InvalidMarkException
- extends Exception
This exception is thrown either if the mark is invalid and it should
be valid (getOffset(), getLine(), remove()) or on
the oposite side if the mark is valid and it shouldn't be
i.e. insertMark()
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |