org.makumba
Class AttributeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.makumba.commons.WrappedException
              extended by org.makumba.LogicException
                  extended by org.makumba.AttributeNotFoundException
All Implemented Interfaces:
Serializable

public class AttributeNotFoundException
extends LogicException

An exception thrown if an attribute is not found

Version:
$Id: AttributeNotFoundException.java 5136 2010-05-18 18:22:33Z rosso_nero $
Author:
Cristian Bogdan, Manuel Gay
See Also:
Serialized Form

Constructor Summary
AttributeNotFoundException(String attName)
          construct an exception message from the name of the missing attribute
AttributeNotFoundException(String attName, boolean isControllerOriginated)
          construct an exception message from the name of the missing attribute, indicates origin
 
Method Summary
 
Methods inherited from class org.makumba.commons.WrappedException
getReason, isControllerOriginated, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeNotFoundException

public AttributeNotFoundException(String attName,
                                  boolean isControllerOriginated)
construct an exception message from the name of the missing attribute, indicates origin


AttributeNotFoundException

public AttributeNotFoundException(String attName)
construct an exception message from the name of the missing attribute