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, ReadOnlyException
- public class XindiceException
- extends java.lang.Exception
A XindiceException is the base class for all Xindice related
Exceptions.
- Version:
- CVS $Revision: 1.9 $, $Date: 2004/02/08 02:59:39 $
- See Also:
- Serialized Form
Field Summary |
protected java.lang.Throwable |
cause
|
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 |
cause
protected java.lang.Throwable cause
XindiceException
public XindiceException()
XindiceException
public XindiceException(java.lang.String message)
XindiceException
public XindiceException(java.lang.Throwable cause)
XindiceException
public XindiceException(java.lang.String message,
java.lang.Throwable cause)
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter s)
- Overrides:
printStackTrace
in class java.lang.Throwable
getCause
public java.lang.Throwable getCause()
Copyright (c) 1999-2004 The Apache Software Foundation. All Rights Reserved.