org.grinvin.io

Class IOFormatException


public class IOFormatException
extends IOException

Indicates that file or stream data is not in the expected format and can therefore not be loaded.

Constructor Summary

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

Constructor Details

IOFormatException

public IOFormatException(String msg)
Constructs an instance of IOFormatException with the specified detail message.
Parameters:
msg - the detail message.

IOFormatException

public IOFormatException(String msg,
                         Throwable cause)
Constructs an instance of IOFormatException with the specified detail message and cause
Parameters:
msg - the detail message.
cause - chained throwable