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
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 |
XindiceException
public XindiceException()
XindiceException
public XindiceException(java.lang.String message)
XindiceException
public XindiceException(java.lang.String message,
java.lang.Throwable wrapped)
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()
Copyright (c) 1999-2001 The Apache Software Foundation