Xindice API
version 1.1

org.apache.xindice.util
Class XindiceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.xindice.util.XindiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DBException, ReadOnlyException

public class XindiceException
extends Exception

A XindiceException is the base class for all Xindice related Exceptions.

Version:
$Revision: 511426 $, $Date: 2007-02-24 22:25:02 -0500 (Sat, 24 Feb 2007) $
See Also:
Serialized Form

Field Summary
protected  Throwable cause
           
 
Constructor Summary
XindiceException()
           
XindiceException(String message)
           
XindiceException(String message, Throwable cause)
           
XindiceException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cause

protected Throwable cause
Constructor Detail

XindiceException

public XindiceException()

XindiceException

public XindiceException(String message)

XindiceException

public XindiceException(Throwable cause)

XindiceException

public XindiceException(String message,
                        Throwable cause)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable

getCause

public Throwable getCause()

Xindice API
version 1.1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.