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 BadFilterExceptionLDAPFilterDescriptor.MakeException(String strMsg) just a utility method to create an exception.Methods in netscape.ldap.util that throw BadFilterExceptionModifier and TypeMethodDescriptionprivate voidThis function initializes the LDAPFilterDescriptor.(package private) voidLDAPIntFilterSet.newFilter(LDAPFilter filter) Add a new filter to this filter set.private voidConstructors 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)