Class ParseException

  • All Implemented Interfaces:
    Serializable, org.zkoss.mesg.Messageable, org.zkoss.mesg.MessageConst

    public class ParseException
    extends org.zkoss.zk.ui.UiException
    Exception thrown for illegal selector string.
    Since:
    6.0.0
    Author:
    simonpai
    See Also:
    Serialized Form
    • Constructor Detail

      • ParseException

        public ParseException​(int step,
                              Object state,
                              Character input)
      • ParseException

        public ParseException​(String message)