Package org.eclipse.ui.keys
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.ui.keys.ParseException
- All Implemented Interfaces:
Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Please use org.eclipse.jface.bindings.keys.ParseException
An exception indicating problems while parsing formal string representations
of either KeyStroke
or KeySequence
objects.
ParseException
objects are immutable. Clients are not permitted
to extend this class.
- Since:
- 3.0
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructs aParseException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
Deprecated, for removal: This API element is subject to removal in a future version.Constructs aParseException
with the specified detail message.- Parameters:
s
- the detail message.
-