org.granite.generator.exception
Class TemplateUriException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.granite.generator.exception.GenerationException
              extended by org.granite.generator.exception.TemplateUriException
All Implemented Interfaces:
java.io.Serializable

public class TemplateUriException
extends GenerationException

Author:
Franck WOLFF
See Also:
Serialized Form

Constructor Summary
TemplateUriException(java.lang.String uri, java.lang.String message)
           
TemplateUriException(java.lang.String uri, java.lang.String message, java.lang.Throwable cause)
           
TemplateUriException(java.lang.String uri, java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getUri()
           
 
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
 

Constructor Detail

TemplateUriException

public TemplateUriException(java.lang.String uri,
                            java.lang.String message)

TemplateUriException

public TemplateUriException(java.lang.String uri,
                            java.lang.Throwable cause)

TemplateUriException

public TemplateUriException(java.lang.String uri,
                            java.lang.String message,
                            java.lang.Throwable cause)
Method Detail

getUri

public java.lang.String getUri()