Package org.eclipse.ui.keys
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.ui.keys.ParseException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public final class ParseException extends java.lang.ExceptionDeprecated.Please use org.eclipse.jface.bindings.keys.ParseExceptionAn exception indicating problems while parsing formal string representations of either
KeyStrokeorKeySequenceobjects.ParseExceptionobjects are immutable. Clients are not permitted to extend this class.- Since:
- 3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String s)Deprecated.Constructs aParseExceptionwith the specified detail message.
-