xjavadoc

Class XJavaDocException

public class XJavaDocException extends Exception

Author: Aslak Hellesxy

UNKNOWN: 19. februar 2002

Field Summary
Throwable_source
Constructor Summary
XJavaDocException(Throwable source)
Describe what the XJavaDocException constructor does
XJavaDocException(String message)
Describe what the XJavaDocException constructor does
Method Summary
ThrowablegetSource()
Gets the Source attribute of the XJavaDocException object

Field Detail

_source

private Throwable _source

UNKNOWN: Describe the field

Constructor Detail

XJavaDocException

public XJavaDocException(Throwable source)
Describe what the XJavaDocException constructor does

Parameters: source Describe what the parameter does

UNKNOWN: Write javadocs for constructor Write javadocs for method parameter

XJavaDocException

public XJavaDocException(String message)
Describe what the XJavaDocException constructor does

Parameters: message Describe what the parameter does

UNKNOWN: Write javadocs for constructor Write javadocs for method parameter

Method Detail

getSource

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

Returns: The Source value