xdoclet

Class XDocletException


public class XDocletException
extends TemplateException

Version:
$Revision: 1.7 $

Author:
Ara Abrahamian (ara_e@email.com)

created
Oct 14, 2001

Constructor Summary

XDocletException(Exception nestedException, String msg)
Describe what the XDocletException constructor does
XDocletException(String msg)
Describe what the XDocletException constructor does

Method Summary

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

Methods inherited from class xdoclet.template.TemplateException

getNestedException

Constructor Details

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


XDocletException

public XDocletException(String msg)
Describe what the XDocletException constructor does

Parameters:
msg - Describe what the parameter does

Method Details

getPrintStackTrace

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

Returns:
The PrintStackTrace value