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.set(Object, java.util.Map, Class...).

See Also:
Serialized Form

Field Summary
 String attributeKey
          Key of the attribute involved as defined by Attribute.key().
 
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().



Copyright (c) Dawid Weiss, Stanislaw Osinski