ambit2.base.exceptions
Class PropertyNotInTemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ambit2.base.exceptions.AmbitException
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
|
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 |
MESSAGE
public static final java.lang.String MESSAGE
- See Also:
- Constant Field Values
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)
getKey
public java.lang.Object getKey()
setKey
public void setKey(java.lang.Object key)
getTemplate
public Template getTemplate()
setTemplate
public void setTemplate(Template template)