org.apache.xml.serializer.utils
public final class WrappedRuntimeException extends RuntimeException
Constructor and Description |
---|
WrappedRuntimeException(Exception e)
Construct a WrappedRuntimeException from a
checked exception.
|
WrappedRuntimeException(String msg,
Exception e)
Constructor WrappedRuntimeException
|
Modifier and Type | Method and Description |
---|---|
Exception |
getException()
Get the checked exception that this runtime exception wraps.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrappedRuntimeException(Exception e)
e
- Primary checked exceptionpublic Exception getException()
Copyright © –2015. All rights reserved.