xdoclet.template
Class TemplateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xdoclet.template.TemplateException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XDocletException

public class TemplateException
extends java.lang.Exception

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

Constructor Summary
TemplateException(java.lang.Exception nestedException, java.lang.String msg)
          Describe what the TemplateException constructor does
TemplateException(java.lang.String msg)
          Describe what the TemplateException constructor does
 
Method Summary
 java.lang.Exception getNestedException()
          Gets the NestedException attribute of the TemplateException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateException

public TemplateException(java.lang.String msg)
Describe what the TemplateException constructor does

Parameters:
msg - Describe what the parameter does

TemplateException

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

Parameters:
nestedException - Describe what the parameter does
msg - Describe what the parameter does
Method Detail

getNestedException

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

Returns:
The NestedException value

http://xdoclet.sourceforge.net/