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, toString
public ParseException(String s)
ParseException
with the specified detail
message.s
- the detail message.Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.