org.grinvin.io
Class IOFormatException
IOExceptionorg.grinvin.io.IOFormatException
public class IOFormatException
extends IOException
Indicates that file or stream data is not in the expected format and can therefore
not be loaded.
IOFormatException(String msg)- Constructs an instance of
IOFormatException with the specified detail message.
|
IOFormatException(String msg, Throwable cause)- Constructs an instance of
IOFormatException with the
specified detail message and cause
|
IOFormatException
public IOFormatException(String msg)
Constructs an instance of IOFormatException with the specified detail message.
msg - the detail message.
IOFormatException
public IOFormatException(String msg,
Throwable cause) Constructs an instance of IOFormatException with the
specified detail message and cause
msg - the detail message.cause - chained throwable