net.netheos.pcsapi.exceptions
Class CFileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.netheos.pcsapi.exceptions.CStorageException
                  extended by net.netheos.pcsapi.exceptions.CFileNotFoundException
All Implemented Interfaces:
Serializable

public class CFileNotFoundException
extends CStorageException

See Also:
Serialized Form

Constructor Summary
CFileNotFoundException(String message, CPath path)
           
 
Method Summary
 CPath getPath()
          Get the file that has not been found
 
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

CFileNotFoundException

public CFileNotFoundException(String message,
                              CPath path)
Method Detail

getPath

public CPath getPath()
Get the file that has not been found

Returns:
The file path not found


Copyright © 2014. All Rights Reserved.