xdoclet
Class XDocletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xdoclet.template.TemplateException
xdoclet.XDocletException
- All Implemented Interfaces:
- Serializable
- public class XDocletException
- extends TemplateException
- Version:
- $Revision: 1.7 $
- Author:
- Ara Abrahamian (ara_e@email.com)
- See Also:
- Serialized Form
- created
- Oct 14, 2001
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XDocletException
public XDocletException(String msg)
- Describe what the XDocletException constructor does
- Parameters:
msg
- Describe what the parameter does
XDocletException
public XDocletException(Exception nestedException,
String msg)
- Describe what the XDocletException constructor does
- Parameters:
nestedException
- Describe what the parameter doesmsg
- Describe what the parameter does
getPrintStackTrace
public String getPrintStackTrace()
- Gets the PrintStackTrace attribute of the XDocletException object
- Returns:
- The PrintStackTrace value