org.granite.generator.exception
Class TemplateUriException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.granite.generator.exception.GenerationException
org.granite.generator.exception.TemplateUriException
- All Implemented Interfaces:
- java.io.Serializable
public class TemplateUriException
- extends GenerationException
- Author:
- Franck WOLFF
- See Also:
- Serialized Form
|
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 |
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)
getUri
public java.lang.String getUri()