Package net.loomchild.segment.util
Class IORuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.loomchild.segment.util.IORuntimeException
-
- All Implemented Interfaces:
Serializable
public class IORuntimeException extends RuntimeException
Represents runtime version ofIOException
. Used to avoid declaring thrown exceptions.- Author:
- loomchild
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IORuntimeException(IOException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
rethrow()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IORuntimeException
public IORuntimeException(IOException exception)
-
-
Method Detail
-
rethrow
public void rethrow() throws IOException
- Throws:
IOException
-
-