net.sf.xaj
Class XmlDbException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.xaj.XmlDbException
All Implemented Interfaces:
java.io.Serializable

public class XmlDbException
extends java.lang.RuntimeException

A runtime exception for XmlDb.

Version:
$Revision: 45 $ $Date: 2007-10-07 19:40:28 +1300 (Sun, 07 Oct 2007) $
Author:
matt
See Also:
Serialized Form

Constructor Summary
XmlDbException(java.lang.String msg)
          Construct with a message.
XmlDbException(java.lang.String msg, java.lang.Throwable t)
          Construct with a message and nested exception.
XmlDbException(java.lang.Throwable t)
          Construct with a nested exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlDbException

public XmlDbException(java.lang.String msg,
                      java.lang.Throwable t)
Construct with a message and nested exception.

Parameters:
msg - the message
t - the nested exception

XmlDbException

public XmlDbException(java.lang.String msg)
Construct with a message.

Parameters:
msg - the message

XmlDbException

public XmlDbException(java.lang.Throwable t)
Construct with a nested exception.

Parameters:
t - the nested exception