org.eclipse.jdt.internal.codeassist.complete
Class InvalidCursorLocation
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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
InvalidCursorLocation
public InvalidCursorLocation(java.lang.String irritant)