org.apache.xml.utils
public class WrappedRuntimeException extends RuntimeException
| 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