org.carrot2.util.attribute
Class AttributeBindingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.carrot2.util.attribute.AttributeBindingException
All Implemented Interfaces:
Serializable

public class AttributeBindingException
extends RuntimeException

An exception thrown when problems occur in AttributeBinder.bind(Object, java.util.Map, Class, Class...).

See Also:
Serialized Form

Field Summary
 String attributeKey
          Key of the attribute involved as defined by Attribute.key().
 
Constructor Summary
AttributeBindingException(String attributeKey)
           
AttributeBindingException(String attributeKey, String message)
           
AttributeBindingException(String attributeKey, String message, Throwable cause)
           
AttributeBindingException(String attributeKey, Throwable cause)
           
 
Method Summary
 
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
 

Field Detail

attributeKey

public final String attributeKey
Key of the attribute involved as defined by Attribute.key().

Constructor Detail

AttributeBindingException

public AttributeBindingException(String attributeKey)

AttributeBindingException

public AttributeBindingException(String attributeKey,
                                 String message,
                                 Throwable cause)

AttributeBindingException

public AttributeBindingException(String attributeKey,
                                 String message)

AttributeBindingException

public AttributeBindingException(String attributeKey,
                                 Throwable cause)


Copyright (c) Dawid Weiss, Stanislaw Osinski