org.xqdoc.conversion
Class XQDocException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xqdoc.conversion.XQDocException
All Implemented Interfaces:
java.io.Serializable

public class XQDocException
extends java.lang.Exception

The base xqDoc exception that will be used by various xqDoc drivers and the XQDocController.

Version:
1.0
Author:
Darin McBeath
See Also:
Serialized Form

Constructor Summary
XQDocException()
           
XQDocException(java.lang.String message)
           
XQDocException(java.lang.String message, java.lang.Throwable cause)
           
XQDocException(java.lang.Throwable cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XQDocException

public XQDocException()

XQDocException

public XQDocException(java.lang.String message)

XQDocException

public XQDocException(java.lang.String message,
                      java.lang.Throwable cause)

XQDocException

public XQDocException(java.lang.Throwable cause)