xdoclet
Class XDocletException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--xdoclet.template.TemplateException
|
+--xdoclet.XDocletException
- All Implemented Interfaces:
- java.io.Serializable
- public class XDocletException
- extends TemplateException
- Version:
- $Revision: 1.3 $
- Author:
- Ara Abrahamian (ara_e@email.com)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XDocletException
public XDocletException(java.lang.String msg)
XDocletException
public XDocletException(java.lang.Exception nestedException,
java.lang.String msg)
getPrintStackTrace
public java.lang.String getPrintStackTrace()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace
in class java.lang.Throwable