net.sf.sfac.file
Class InvalidPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPathException
public InvalidPathException(String message)
- Create an InvalidPathException.
- Parameters:
message - Description of the exception cause.
Copyright © 2012. All Rights Reserved.