xdoclet.template
Class TemplateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--xdoclet.template.TemplateException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XDocletException

public class TemplateException
extends java.lang.Exception

Version:
$Revision: 1.2 $
Author:
Ara Abrahamian (ara_e@email.com)
See Also:
Serialized Form

Constructor Summary
TemplateException(java.lang.Exception nestedException, java.lang.String msg)
           
TemplateException(java.lang.String msg)
           
 
Method Summary
 java.lang.Exception getNestedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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)

TemplateException

public TemplateException(java.lang.Exception nestedException,
                         java.lang.String msg)
Method Detail

getNestedException

public java.lang.Exception getNestedException()