org.violetlib.types
Class IORuntimeException
- Object
-
- Throwable
-
- Exception
-
- RuntimeException
-
- IORuntimeException
-
- All Implemented Interfaces:
- Serializable
public class IORuntimeException extends RuntimeExceptionAn IO exception for situations where only a runtime exception is permitted (for example, in an iterator).- See Also:
- Serialized Form
-
-
Static Methods Modifier and Type Static Method and Description create create toIOException This method is used in catch clauses that handle both IOException and IORuntimeException.
-