xdoclet.template
Class TemplateException
Exception
xdoclet.template.TemplateException
public class TemplateException
extends Exception
- Ara Abrahamian (ara_e@email.com)
TemplateException(Exception nestedException, String msg) - Describe what the TemplateException constructor does
|
TemplateException(String msg) - Describe what the TemplateException constructor does
|
Exception | getNestedException() - Gets the NestedException attribute of the TemplateException object
|
TemplateException
public TemplateException(Exception nestedException,
String msg)
Describe what the TemplateException constructor does
nestedException
- Describe what the parameter doesmsg
- Describe what the parameter does
TemplateException
public TemplateException(String msg)
Describe what the TemplateException constructor does
msg
- Describe what the parameter does
getNestedException
public Exception getNestedException()
Gets the NestedException attribute of the TemplateException object
- The NestedException value