org.littleshoot.util
Class RuntimeFileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.littleshoot.util.RuntimeIoException
org.littleshoot.util.RuntimeFileNotFoundException
- All Implemented Interfaces:
- Serializable
public class RuntimeFileNotFoundException
- extends RuntimeIoException
A runtime wrapper around a FileNotFoundException.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeFileNotFoundException
public RuntimeFileNotFoundException(FileNotFoundException original)
- Constructs a new runtime wrapper for an
FileNotFoundException.
- Parameters:
original - The original FileNotFoundException to wrap.
Copyright © 2011-2013 LittleShoot. All Rights Reserved.