|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
antlr.ANTLRException
antlr.TokenStreamException
weblogic.xml.xpath.XPathException
public class XPathException
Base class for exceptions which indicate that something went awry while parsing or evaluating an XPath.
Constructor Summary | |
---|---|
XPathException()
|
|
XPathException(String msg)
|
|
XPathException(String msg,
Throwable nested)
|
|
XPathException(Throwable nested)
|
Method Summary | |
---|---|
Throwable |
getNested()
Gets the nested Throwable. |
Throwable |
getNestedException()
Gets the nested exception. |
void |
printStackTrace()
Prints the stack trace associated with this exception and its nested exception to System.err. |
void |
printStackTrace(PrintStream s)
Prints the stack trace associated with this exception and its nested exception. |
void |
printStackTrace(PrintWriter w)
Prints the stack trace associated with this exception and its nested exception. |
void |
superPrintStackTrace(PrintStream ps)
|
void |
superPrintStackTrace(PrintWriter pw)
|
String |
superToString()
|
String |
toString()
Prints the exception message and its nested exception message. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XPathException()
public XPathException(String msg)
public XPathException(Throwable nested)
public XPathException(String msg, Throwable nested)
Method Detail |
---|
public Throwable getNestedException()
public Throwable getNested()
public String superToString()
public void superPrintStackTrace(PrintStream ps)
public void superPrintStackTrace(PrintWriter pw)
public String toString()
toString
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
s
- PrintStreampublic void printStackTrace(PrintWriter w)
printStackTrace
in class Throwable
w
- PrintWriterpublic void printStackTrace()
printStackTrace
in class Throwable
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |