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.
| Constructor and Description |
|---|
ParseException(String s)
Constructs a
ParseException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseException(String s)
ParseException with the specified detail
message.s - the detail message.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.