|
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:
-
Serializable
-
public final class ParseException
- extends
Exception
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.1
-
See Also:
-
Serialized Form
Constructor Summary
|
ParseException
(
String s)
Constructs a ParseException with the specified detail
message. |
Methods inherited from class java.lang.
Throwable
|
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
|
ParseException
public ParseException(
String s)
- Constructs a
ParseException with the specified detail
message.
-
Parameters:
-
s - the detail message.
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|