Xindice API
version 1.1

org.apache.xindice.util
Class XindiceRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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-25 04:25:02 +0100 (Sun, 25 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, getStackTrace, initCause, setStackTrace, 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()
Overrides:
getCause in class Throwable

Xindice API
version 1.1

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