org.fuin.kickstart4j
Class SrcDirNotFoundException

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

public final class SrcDirNotFoundException
extends java.lang.Exception

A directory was not found in the source directory list.

See Also:
Serialized Form

Constructor Summary
SrcDirNotFoundException(java.lang.String path)
          Constructor with path.
 
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

SrcDirNotFoundException

public SrcDirNotFoundException(java.lang.String path)
Constructor with path.

Parameters:
path - Relative path.


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