Uses of Class
org.apache.directory.shared.ldap.exception.LdapInvalidAttributeValueException

Packages that use LdapInvalidAttributeValueException
org.apache.directory.shared.ldap.entry   
org.apache.directory.shared.ldap.entry.client   
 

Uses of LdapInvalidAttributeValueException in org.apache.directory.shared.ldap.entry
 

Methods in org.apache.directory.shared.ldap.entry that throw LdapInvalidAttributeValueException
 byte[] EntryAttribute.getBytes()
           Get the byte[] value, if and only if the value is known to be Binary, otherwise a InvalidAttributeValueException will be thrown
 java.lang.String EntryAttribute.getString()
           Get the String value, if and only if the value is known to be a String, otherwise a InvalidAttributeValueException will be thrown
 boolean EntryAttribute.instanceOf(java.lang.String attributeId)
           Check if the current attribute type is of the expected attributeType
 

Uses of LdapInvalidAttributeValueException in org.apache.directory.shared.ldap.entry.client
 

Methods in org.apache.directory.shared.ldap.entry.client that throw LdapInvalidAttributeValueException
 byte[] DefaultClientAttribute.getBytes()
           Get the byte[] value, if and only if the value is known to be Binary, otherwise a InvalidAttributeValueException will be thrown
 java.lang.String DefaultClientAttribute.getString()
           Get the String value, if and only if the value is known to be a String, otherwise a InvalidAttributeValueException will be thrown
 boolean DefaultClientAttribute.instanceOf(java.lang.String attributeId)
           Check if the current attribute type is of the expected attributeType
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.