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