xdoclet.template

Class TemplateException

public class TemplateException extends Exception

Version: $Revision: 1.5 $

Author: Ara Abrahamian (ara_e@email.com)

UNKNOWN: Oct 14, 2001

Constructor Summary
TemplateException(String msg)
Describe what the TemplateException constructor does
TemplateException(Exception nestedException, String msg)
Describe what the TemplateException constructor does
Method Summary
ExceptiongetNestedException()
Gets the NestedException attribute of the TemplateException object

Constructor Detail

TemplateException

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

TemplateException

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

Method Detail

getNestedException

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

Returns: The NestedException value