xdoclet.template

Class TemplateException

Known Direct Subclasses:
XDocletException

public class TemplateException
extends Exception

Version:
$Revision: 1.5 $
Author:
Ara Abrahamian (ara_e@email.com)
created
Oct 14, 2001

Constructor Summary

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

Method Summary

Exception
getNestedException()
Gets the NestedException attribute of the TemplateException object

Constructor Details

TemplateException

public TemplateException(Exception nestedException,
                         String msg)
Describe what the TemplateException constructor does
Parameters:
nestedException - Describe what the parameter does
msg - Describe what the parameter does

TemplateException

public TemplateException(String msg)
Describe what the TemplateException constructor does
Parameters:
msg - Describe what the parameter does

Method Details

getNestedException

public Exception getNestedException()
Gets the NestedException attribute of the TemplateException object
Returns:
The NestedException value