Uses of Class
org.apache.directory.api.ldap.model.exception.LdapURLEncodingException
-
Packages that use LdapURLEncodingException Package Description org.apache.directory.api.ldap.model.url -
-
Uses of LdapURLEncodingException in org.apache.directory.api.ldap.model.url
Methods in org.apache.directory.api.ldap.model.url that throw LdapURLEncodingException Modifier and Type Method Description private voidLdapUrl. parse(char[] chars)Parse a LdapUrl.private voidLdapUrl. validateAttribute(String attribute)Parse the following rule :Constructors in org.apache.directory.api.ldap.model.url that throw LdapURLEncodingException Constructor Description LdapUrl(String string)Create a new LdapUrl from a String after having parsed it.
-