org.netbeans.modules.editor.lib/3 3.23.0 19

org.netbeans.editor
Class InvalidMarkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Method Summary
 
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
 


org.netbeans.modules.editor.lib/3 3.23.0 19

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.