Class ParseException

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

@Deprecated public final class ParseException extends Exception
Deprecated.
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.
      Constructs a ParseException with the specified detail message.
      Parameters:
      s - the detail message.