org.eclipse.jdt.internal.codeassist.complete
Class InvalidCursorLocation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.jdt.internal.codeassist.complete.InvalidCursorLocation
All Implemented Interfaces:
java.io.Serializable

public class InvalidCursorLocation
extends java.lang.RuntimeException

Thrown whenever cursor location is not inside a consistent token for example: inside a string, number, unicode, comments etc...

See Also:
Serialized Form

Field Summary
 java.lang.String irritant
           
static java.lang.String NO_COMPLETION_INSIDE_COMMENT
           
static java.lang.String NO_COMPLETION_INSIDE_NUMBER
           
static java.lang.String NO_COMPLETION_INSIDE_STRING
           
static java.lang.String NO_COMPLETION_INSIDE_UNICODE
           
 
Constructor Summary
InvalidCursorLocation(java.lang.String irritant)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

irritant

public java.lang.String irritant

NO_COMPLETION_INSIDE_UNICODE

public static final java.lang.String NO_COMPLETION_INSIDE_UNICODE
See Also:
Constant Field Values

NO_COMPLETION_INSIDE_COMMENT

public static final java.lang.String NO_COMPLETION_INSIDE_COMMENT
See Also:
Constant Field Values

NO_COMPLETION_INSIDE_STRING

public static final java.lang.String NO_COMPLETION_INSIDE_STRING
See Also:
Constant Field Values

NO_COMPLETION_INSIDE_NUMBER

public static final java.lang.String NO_COMPLETION_INSIDE_NUMBER
See Also:
Constant Field Values
Constructor Detail

InvalidCursorLocation

public InvalidCursorLocation(java.lang.String irritant)