xjavadoc
Class XJavaDocException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byxjavadoc.XJavaDocException
All Implemented Interfaces:
java.io.Serializable

public class XJavaDocException
extends java.lang.Exception

Author:
Aslak Hellesøy
See Also:
Serialized Form

Constructor Summary
XJavaDocException(java.lang.String message)
          Describe what the XJavaDocException constructor does
XJavaDocException(java.lang.Throwable source)
          Describe what the XJavaDocException constructor does
 
Method Summary
 java.lang.Throwable getSource()
          Gets the Source attribute of the XJavaDocException 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

XJavaDocException

public XJavaDocException(java.lang.Throwable source)
Describe what the XJavaDocException constructor does

Parameters:
source - Describe what the parameter does

XJavaDocException

public XJavaDocException(java.lang.String message)
Describe what the XJavaDocException constructor does

Parameters:
message - Describe what the parameter does
Method Detail

getSource

public java.lang.Throwable getSource()
Gets the Source attribute of the XJavaDocException object

Returns:
The Source value


Copyright © 2002-2004 XDoclet Team. All Rights Reserved.