org.objectweb.kilim.repository
Class TemplateNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Field Summary
private  java.lang.String templateName
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TemplateNotFoundException(java.lang.String aTemplateName)
           
 
Method Summary
 java.lang.String getTemplateName()
          Method getTemplateName.
 java.lang.String toString()
           
 
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
 

Field Detail

templateName

private java.lang.String templateName
Constructor Detail

TemplateNotFoundException

public TemplateNotFoundException(java.lang.String aTemplateName)
See Also:
Throwable.Throwable(String)
Method Detail

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()