xdoclet

Class XDocletException

public class XDocletException extends TemplateException

Version: $Revision: 1.7 $

Author: Ara Abrahamian (ara_e@email.com)

UNKNOWN: Oct 14, 2001

Constructor Summary
XDocletException(String msg)
Describe what the XDocletException constructor does
XDocletException(Exception nestedException, String msg)
Describe what the XDocletException constructor does
Method Summary
StringgetPrintStackTrace()
Gets the PrintStackTrace attribute of the XDocletException object

Constructor Detail

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 does msg Describe what the parameter does

Method Detail

getPrintStackTrace

public String getPrintStackTrace()
Gets the PrintStackTrace attribute of the XDocletException object

Returns: The PrintStackTrace value