Xindice API
version 1.1

org.apache.xindice.util
Class XindiceRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.xindice.util.XindiceRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException

public class XindiceRuntimeException
extends RuntimeException

A XindiceRuntimeException is the base class for all Xindice related RuntimeExceptions.

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
XindiceRuntimeException()
           
XindiceRuntimeException(String message)
           
XindiceRuntimeException(String message, Throwable cause)
           
XindiceRuntimeException(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

XindiceRuntimeException

public XindiceRuntimeException()

XindiceRuntimeException

public XindiceRuntimeException(String message)

XindiceRuntimeException

public XindiceRuntimeException(Throwable cause)

XindiceRuntimeException

public XindiceRuntimeException(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.