org.objectweb.kilim.repository
Class TemplateNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.kilim.repository.TemplateNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class TemplateNotFoundException
- extends java.lang.Exception
Thrown when a required template was not found in the repository.
- Author:
- dutoo
- See Also:
Repository
,
Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
templateName
private java.lang.String templateName
TemplateNotFoundException
public TemplateNotFoundException(java.lang.String aTemplateName)
- See Also:
Throwable.Throwable(String)
getTemplateName
public java.lang.String getTemplateName()
- Method getTemplateName.
- Returns:
- String he path of the template
toString
public java.lang.String toString()
- See Also:
Object.toString()