xjavadoc
Class XJavaDocException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xjavadoc.XJavaDocException
- All Implemented Interfaces:
- Serializable
- public class XJavaDocException
- extends Exception
- Author:
- Aslak Hellesøy
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Method Summary |
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 |
XJavaDocException
public XJavaDocException(Throwable source)
- Describe what the XJavaDocException constructor does
- Parameters:
source
- Describe what the parameter does
XJavaDocException
public XJavaDocException(String message)
- Describe what the XJavaDocException constructor does
- Parameters:
message
- Describe what the parameter does
getSource
public Throwable getSource()
- Gets the Source attribute of the XJavaDocException object
- Returns:
- The Source value
Copyright © 2002-2004 XDoclet Team. All Rights Reserved.