public interface ExceptionWrapper
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Returns the nested exception or null if none is present.
|
java.lang.Throwable |
getDetail()
Deprecated.
replaced by
getCause() . |
java.lang.Throwable getDetail()
getCause()
.java.lang.Throwable getCause()
This method is intentionally defined to be the same signature as the
java.lang.Throwable.getCause
method in Java 1.4 and
greater. By defining this method to return a nested exception, the Java
1.4 runtime will print the nested stack trace.
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.