Uses of Class
org.objectweb.joram.shared.excepts.SelectorException
-
Packages that use SelectorException Package Description org.objectweb.joram.shared.selectors Theorg.objectweb.joram.shared.selectorpackage holds the classes implementing the selector feature, used for filtering the messages according to their properties. -
-
Uses of SelectorException in org.objectweb.joram.shared.selectors
Methods in org.objectweb.joram.shared.selectors that throw SelectorException Modifier and Type Method Description static booleanClientSelector. checks(String selector)Clients call this method to check a selector syntax.static booleanSelector. checks(String selector)Clients call this method to check a selector syntax.
-