org.fuin.kickstart4j
Class SrcFileNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fuin.kickstart4j.SrcFileNotFoundException
All Implemented Interfaces:
Serializable

public final class SrcFileNotFoundException
extends Exception

A file was not found in the source file list.

See Also:
Serialized Form

Constructor Summary
SrcFileNotFoundException(String path, String filename)
          Constructor with base directory and file.
 
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

SrcFileNotFoundException

public SrcFileNotFoundException(String path,
                                String filename)
Constructor with base directory and file.

Parameters:
path - Relative path.
filename - Filename.


Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.