xdoclet.template
Class TemplateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xdoclet.template.TemplateException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- XDocletException
- public class TemplateException
- extends Exception
- Version:
- $Revision: 1.5 $
- Author:
- Ara Abrahamian (ara_e@email.com)
- See Also:
- Serialized Form
- created
- Oct 14, 2001
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TemplateException
public TemplateException(String msg)
- Describe what the TemplateException constructor does
- Parameters:
msg
- Describe what the parameter does
TemplateException
public TemplateException(Exception nestedException,
String msg)
- Describe what the TemplateException constructor does
- Parameters:
nestedException
- Describe what the parameter doesmsg
- Describe what the parameter does
getNestedException
public Exception getNestedException()
- Gets the NestedException attribute of the TemplateException object
- Returns:
- The NestedException value