Eclipse Platform
Release 3.1

org.eclipse.jface.bindings.keys
Class ParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException(String s)
Constructs a ParseException with the specified detail message.

Parameters:
s - the detail message.

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.