Modifier and Type | Field and Description |
---|---|
private Exception | m_exception
Primary checked exception. |
pack-priv static final long |
Access | Constructor and Description |
---|---|
public | WrappedRuntimeException(Exception
Primary checked exception e)Construct a WrappedRuntimeException from a checked exception. |
public | WrappedRuntimeException(String
Exception information. msg, Exception Primary checked exception e)Constructor WrappedRuntimeException |
Modifier and Type | Method and Description |
---|---|
public Exception | Returns: The primary checked exceptionGet the checked exception that this runtime exception wraps. |
m_exception | back to summary |
---|---|
private Exception m_exception Primary checked exception. |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID |
WrappedRuntimeException | back to summary |
---|---|
public WrappedRuntimeException(Exception e) Construct a WrappedRuntimeException from a checked exception.
|
WrappedRuntimeException | back to summary |
---|---|
public WrappedRuntimeException(String msg, Exception e) Constructor WrappedRuntimeException |
getException | back to summary |
---|---|
public Exception getException() Get the checked exception that this runtime exception wraps.
|