| 
 | 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 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               weblogic.utils.NestedRuntimeException
weblogic.utils.NestedRuntimeException
Deprecated. use JDK 1.4 style nested throwables where possible.
public class NestedRuntimeException
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface weblogic.utils.NestedThrowable | 
|---|
| NestedThrowable.Util | 
| Method Summary | |
|---|---|
|  Throwable | getNested()Deprecated. Gets the nested Throwable. | 
|  Throwable | getNestedException()Deprecated. Gets the nested exception. | 
|  Throwable | initCause(Throwable t)Deprecated. | 
|  void | printStackTrace()Deprecated. Prints the stack trace associated with this exception and its nested exception to System.err. | 
|  void | printStackTrace(PrintStream s)Deprecated. Prints the stack trace associated with this exception and its nested exception. | 
|  void | printStackTrace(PrintWriter w)Deprecated. Prints the stack trace associated with this exception and its nested exception. | 
|  void | superPrintStackTrace(PrintStream ps)Deprecated. | 
|  void | superPrintStackTrace(PrintWriter pw)Deprecated. | 
|  String | superToString()Deprecated. | 
|  String | toString()Deprecated. Prints the exception message and its nested exception message. | 
| Methods inherited from class java.lang.Throwable | 
|---|
| addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Method Detail | 
|---|
public Throwable initCause(Throwable t)
initCause in class Throwablepublic Throwable getNestedException()
public Throwable getNested()
getNested in interface NestedThrowablepublic String superToString()
superToString in interface NestedThrowablepublic void superPrintStackTrace(PrintStream ps)
superPrintStackTrace in interface NestedThrowablepublic void superPrintStackTrace(PrintWriter pw)
superPrintStackTrace in interface NestedThrowablepublic String toString()
toString in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwables - PrintStreampublic void printStackTrace(PrintWriter w)
printStackTrace in class Throwablew - PrintWriterpublic void printStackTrace()
printStackTrace in class Throwable| 
 | 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 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||