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:
java.io.Serializable
public class IORuntimeException extends java.lang.RuntimeException
Represents runtime version ofIOException
. Used to avoid declaring thrown exceptions.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description IORuntimeException(java.io.IOException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
rethrow()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-