public class RuntimeExceptionWrapper extends java.lang.RuntimeException implements ExceptionWrapper
Constructor and Description |
---|
RuntimeExceptionWrapper(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getDetail()
Deprecated.
replaced by
Throwable.getCause() . |
static java.lang.RuntimeException |
wrapIfNeeded(java.lang.Throwable e)
Wraps the given exception if it is not a
RuntimeException . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCause
public static java.lang.RuntimeException wrapIfNeeded(java.lang.Throwable e)
RuntimeException
.e
- any exception.e
if it is a RuntimeException
, otherwise a
RuntimeExceptionWrapper
for e
.public java.lang.Throwable getDetail()
Throwable.getCause()
.ExceptionWrapper
getDetail
in interface ExceptionWrapper
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.