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 SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructs aParseExceptionwith the specified detail message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ParseExceptionDeprecated, for removal: This API element is subject to removal in a future version.Constructs aParseExceptionwith the specified detail message.- Parameters:
- s- the detail message.
 
 
-