net.sf.sfac.file
Class InvalidPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by net.sf.sfac.file.InvalidPathException
All Implemented Interfaces:
Serializable

public class InvalidPathException
extends IOException

Exception thrown by FilePathUtils when an invalid path is used.

Author:
Olivier Berlanger
See Also:
Serialized Form

Constructor Summary
InvalidPathException(String message)
          Create an InvalidPathException.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPathException

public InvalidPathException(String message)
Create an InvalidPathException.

Parameters:
message - Description of the exception cause.


Copyright © 2012. All Rights Reserved.