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

Constructor Summary
XDocletException(java.lang.Exception nestedException, java.lang.String msg)
           
XDocletException(java.lang.String msg)
           
 
Method Summary
 java.lang.String getPrintStackTrace()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
Methods inherited from class xdoclet.template.TemplateException
getNestedException
 
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
 

Constructor Detail

XDocletException

public XDocletException(java.lang.String msg)

XDocletException

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

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