org.littleshoot.util
Class RuntimeFileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.littleshoot.util.RuntimeIoException
                  extended by org.littleshoot.util.RuntimeFileNotFoundException
All Implemented Interfaces:
Serializable

public class RuntimeFileNotFoundException
extends RuntimeIoException

A runtime wrapper around a FileNotFoundException.

See Also:
Serialized Form

Constructor Summary
RuntimeFileNotFoundException(FileNotFoundException original)
          Constructs a new runtime wrapper for an FileNotFoundException.
 
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

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.