xjavadoc
Class XJavaDocException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by xjavadoc.XJavaDocException
All Implemented Interfaces:
java.io.Serializable

public class XJavaDocException
extends java.lang.Exception

Author:
Aslak Helles?y
See Also:
Serialized Form

Field Summary
private  java.lang.Throwable _source
           
 
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
 

Field Detail

_source

private java.lang.Throwable _source
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