ambit2.base.exceptions
Class PropertyNotInTemplateException

Package class diagram package PropertyNotInTemplateException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ambit2.base.exceptions.AmbitException
              extended by ambit2.base.exceptions.PropertyNotInTemplateException
All Implemented Interfaces:
java.io.Serializable

public class PropertyNotInTemplateException
extends AmbitException

See Also:
Serialized Form

Field Summary
static java.lang.String MESSAGE
           
 
Constructor Summary
PropertyNotInTemplateException()
           
PropertyNotInTemplateException(java.lang.Object key, Template template)
           
PropertyNotInTemplateException(java.lang.String arg0)
           
PropertyNotInTemplateException(java.lang.String arg0, java.lang.Throwable arg1, java.lang.Object key, Template template)
           
PropertyNotInTemplateException(java.lang.Throwable arg0)
           
 
Method Summary
 java.lang.Object getKey()
           
 Template getTemplate()
           
 void setKey(java.lang.Object key)
           
 void setTemplate(Template template)
           
 
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

MESSAGE

public static final java.lang.String MESSAGE
See Also:
Constant Field Values
Constructor Detail

PropertyNotInTemplateException

public PropertyNotInTemplateException()

PropertyNotInTemplateException

public PropertyNotInTemplateException(java.lang.Object key,
                                      Template template)

PropertyNotInTemplateException

public PropertyNotInTemplateException(java.lang.String arg0)

PropertyNotInTemplateException

public PropertyNotInTemplateException(java.lang.Throwable arg0)

PropertyNotInTemplateException

public PropertyNotInTemplateException(java.lang.String arg0,
                                      java.lang.Throwable arg1,
                                      java.lang.Object key,
                                      Template template)
Method Detail

getKey

public java.lang.Object getKey()

setKey

public void setKey(java.lang.Object key)

getTemplate

public Template getTemplate()

setTemplate

public void setTemplate(Template template)