|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException ix.util.RethrownException ix.util.RethrownIOException
public class RethrownIOException
An unchecked exception used to wrap IOExceptions when they're rethrown. This is a separate subclass because it's so common a case and may call for different handling.
Constructor Summary | |
---|---|
RethrownIOException(java.lang.String messagePrefix,
java.lang.Throwable cause)
Constructs an exception with the specified cause and a message formed by concatenating the prefix, followed by a space, to the result of calling Debug.describeException(Throwable)
on the cause. |
|
RethrownIOException(java.lang.Throwable cause)
Constructs an exception with a description of the cause as its message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RethrownIOException(java.lang.Throwable cause)
Debug.describeException(Throwable)
public RethrownIOException(java.lang.String messagePrefix, java.lang.Throwable cause)
Debug.describeException(Throwable)
on the cause.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |