Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.xml.xpath
Class XPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by antlr.ANTLRException
              extended by antlr.TokenStreamException
                  extended by weblogic.xml.xpath.XPathException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
XPathParsingException, XPathUnsupportedException

public class XPathException
extends antlr.TokenStreamException

Base class for exceptions which indicate that something went awry while parsing or evaluating an XPath.

See Also:
Serialized Form

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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Method Detail

getNestedException

public Throwable getNestedException()
Gets the nested exception.
Returns:
Nested exception

getNested

public Throwable getNested()
Gets the nested Throwable.
Returns:
Nested exception

superToString

public String superToString()

superPrintStackTrace

public void superPrintStackTrace(PrintStream ps)

superPrintStackTrace

public void superPrintStackTrace(PrintWriter pw)

toString

public String toString()
Prints the exception message and its nested exception message.
Overrides:
toString in class Throwable
Returns:
String representation of the exception

printStackTrace

public void printStackTrace(PrintStream s)
Prints the stack trace associated with this exception and its nested exception.
Overrides:
printStackTrace in class Throwable
Parameters:
s - PrintStream

printStackTrace

public void printStackTrace(PrintWriter w)
Prints the stack trace associated with this exception and its nested exception.
Overrides:
printStackTrace in class Throwable
Parameters:
w - PrintWriter

printStackTrace

public void printStackTrace()
Prints the stack trace associated with this exception and its nested exception to System.err.
Overrides:
printStackTrace in class Throwable

Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09