Uses of Class
netscape.ldap.util.BadFilterException
Packages that use BadFilterException
-
Uses of BadFilterException in netscape.ldap.util
Methods in netscape.ldap.util that return BadFilterExceptionModifier and TypeMethodDescriptionprivate BadFilterException
LDAPFilterDescriptor.MakeException
(String strMsg) just a utility method to create an exception.Methods in netscape.ldap.util that throw BadFilterExceptionModifier and TypeMethodDescriptionprivate void
This function initializes the LDAPFilterDescriptor.(package private) void
LDAPIntFilterSet.newFilter
(LDAPFilter filter) Add a new filter to this filter set.private void
Constructors in netscape.ldap.util that throw BadFilterExceptionModifierConstructorDescriptionLDAPFilterDescriptor
(String strFile) Creates an LDAPFilterDescriptor object from an existing filter configuration file.LDAPFilterDescriptor
(StringBuffer strBuffer) Creates an LDAPFilterDescriptor object from an existing StringBuffer.LDAPFilterDescriptor
(URL url) Creates an LDAPFilterDescriptor object from a URL.(package private)
LDAPIntFilterList
(LDAPFilter filter)