com.jbbres.lib.actions.files
Class InvalidFileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jbbres.lib.actions.files.InvalidFileFormatException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFileFormatException
extends java.lang.Exception

Indicates that the file is not a format supported by Action(s).

Since:
1.0.0
Version:
1.0.0
Author:
Jean-Baptiste Bres
See Also:
Serialized Form

Constructor Summary
InvalidFileFormatException(java.io.File file)
          Instantiates a new invalid file format exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidFileFormatException

public InvalidFileFormatException(java.io.File file)
Instantiates a new invalid file format exception.

Parameters:
file - - the file


To file bugs or suggest feature enhancements, visit the app.jbbres.com Bug Reporter website.

Additional documentation available online at http://app.jbbres.com/actions/developers.

Copyright � 2009-2011 app.jbbres.com. All Rights Reserved.