This RuntimeException encapsulates a number of RuntimeErrors in the
IO system.
This exception is always wrapped and thrown to the user as an IOException. In
the future this exception will be removed and the code will throw IOExceptions
internally instead.
Constructor Summary
public
SGIORuntimeException() Constructs a new instance of SGIORuntimeException
without a detail message.
public
SGIORuntimeException(String msg) Constructs an instance of SGIORuntimeException
with the specified detail message.