org.apache.directory.server.core.normalization
Class UndefinedFilterAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.directory.server.core.normalization.UndefinedFilterAttributeException
All Implemented Interfaces:
java.io.Serializable

public class UndefinedFilterAttributeException
extends java.lang.RuntimeException

A runtime exception thrown by visitors to denote the failure to recognize attributes in a filter expression tree.

Version:
$Rev$
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
UndefinedFilterAttributeException(org.apache.directory.shared.ldap.filter.LeafNode node)
           
UndefinedFilterAttributeException(org.apache.directory.shared.ldap.filter.LeafNode node, java.lang.String message)
           
UndefinedFilterAttributeException(org.apache.directory.shared.ldap.filter.LeafNode node, java.lang.String message, java.lang.Throwable cause)
           
UndefinedFilterAttributeException(org.apache.directory.shared.ldap.filter.LeafNode node, java.lang.Throwable cause)
           
 
Method Summary
 org.apache.directory.shared.ldap.filter.LeafNode getUndefinedFilterNode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndefinedFilterAttributeException

public UndefinedFilterAttributeException(org.apache.directory.shared.ldap.filter.LeafNode node)

UndefinedFilterAttributeException

public UndefinedFilterAttributeException(org.apache.directory.shared.ldap.filter.LeafNode node,
                                         java.lang.String message)

UndefinedFilterAttributeException

public UndefinedFilterAttributeException(org.apache.directory.shared.ldap.filter.LeafNode node,
                                         java.lang.String message,
                                         java.lang.Throwable cause)

UndefinedFilterAttributeException

public UndefinedFilterAttributeException(org.apache.directory.shared.ldap.filter.LeafNode node,
                                         java.lang.Throwable cause)
Method Detail

getUndefinedFilterNode

public org.apache.directory.shared.ldap.filter.LeafNode getUndefinedFilterNode()


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.