xdoclet.template
public class TemplateException extends java.lang.Exception
Constructor and Description |
---|
TemplateException(java.lang.Exception nestedException,
java.lang.String msg)
Describe what the TemplateException constructor does
|
TemplateException(java.lang.String msg)
Describe what the TemplateException constructor does
|
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getNestedException()
Gets the NestedException attribute of the TemplateException object
|
public TemplateException(java.lang.String msg)
msg
- Describe what the parameter doespublic TemplateException(java.lang.Exception nestedException, java.lang.String msg)
nestedException
- Describe what the parameter doesmsg
- Describe what the parameter does