Package org.zkoss.zk.ui.select.impl
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zkoss.lang.SystemException
-
- org.zkoss.zk.ui.UiException
-
- org.zkoss.zk.ui.select.impl.ParseException
-
- All Implemented Interfaces:
java.io.Serializable,org.zkoss.mesg.Messageable,org.zkoss.mesg.MessageConst
public class ParseException extends UiException
Exception thrown for illegal selector string.- Since:
- 6.0.0
- Author:
- simonpai
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.zkoss.zk.ui.UiException
UiException.Aide
-
-
Constructor Summary
Constructors Constructor Description ParseException(int step, java.lang.Object state, java.lang.Character input)ParseException(java.lang.String message)
-