Class 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 Detail

      • ParseException

        public ParseException​(String s)
        Constructs a ParseException with the specified detail message.
        Parameters:
        s - the detail message.