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