xjavadoc

Class XJavaDocException


public class XJavaDocException
extends Exception

Author:
Aslak Helles?y

Field Summary

private Throwable
_source

Constructor Summary

XJavaDocException(String message)
Describe what the XJavaDocException constructor does
XJavaDocException(Throwable source)
Describe what the XJavaDocException constructor does

Method Summary

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

Field Details

_source

private Throwable _source

Constructor Details

XJavaDocException

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

Parameters:
message - Describe what the parameter does


XJavaDocException

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

Parameters:
source - Describe what the parameter does

Method Details

getSource

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

Returns:
The Source value