Xindice API

org.apache.xindice.util
Class XindiceException

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

public class XindiceException
extends java.lang.Exception

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

See Also:
Serialized Form

Constructor Summary
XindiceException()
           
XindiceException(java.lang.String message)
           
XindiceException(java.lang.String message, java.lang.Throwable wrapped)
           
 
Method Summary
 java.lang.Throwable getWrappedThrowable()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XindiceException

public XindiceException()

XindiceException

public XindiceException(java.lang.String message)

XindiceException

public XindiceException(java.lang.String message,
                        java.lang.Throwable wrapped)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream ps)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)
Overrides:
printStackTrace in class java.lang.Throwable

getWrappedThrowable

public java.lang.Throwable getWrappedThrowable()

Xindice API

Copyright (c) 1999-2001 The Apache Software Foundation