org.apache.xml.serializer.utils
public final class WrappedRuntimeException extends RuntimeException
UNKNOWN: internal
Constructor Summary | |
---|---|
WrappedRuntimeException(Exception e)
Construct a WrappedRuntimeException from a
checked exception.
| |
WrappedRuntimeException(String msg, Exception e)
Constructor WrappedRuntimeException
|
Method Summary | |
---|---|
Exception | getException()
Get the checked exception that this runtime exception wraps.
|
Parameters: e Primary checked exception
Parameters: msg Exception information. e Primary checked exception
Returns: The primary checked exception