Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.ui.keys.ParseException
All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true, since="2024-03") public final class ParseException extends Exception
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 Details

    • ParseException

      public ParseException(String s)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructs a ParseException with the specified detail message.
      Parameters:
      s - the detail message.