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.zats.common.select.impl.ParseException
-
- All Implemented Interfaces:
Serializable,org.zkoss.mesg.Messageable,org.zkoss.mesg.MessageConst
public class ParseException extends org.zkoss.zk.ui.UiExceptionException thrown for illegal selector string.- Since:
- 6.0.0
- Author:
- simonpai
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException(int step, Object state, Character input)ParseException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-