com.edugility.jpa.maven.plugin
Class PathCreationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.edugility.jpa.maven.plugin.FileException
                  extended by com.edugility.jpa.maven.plugin.DirectoryException
                      extended by com.edugility.jpa.maven.plugin.PathCreationFailedException
All Implemented Interfaces:
Serializable

public class PathCreationFailedException
extends DirectoryException

A DirectoryException indicating that the File in question had a path that should have been fully created by the File.mkdirs() method, but that this path creation failed.

Since:
1.0-SNAPSHOT
Version:
1.0-SNAPSHOT
Author:
Laird Nelson
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          A serial version identifier uniquely identifying the version of this class.
 
Constructor Summary
PathCreationFailedException(File file)
          Creates a new PathCreationFailedException.
 
Method Summary
 
Methods inherited from class com.edugility.jpa.maven.plugin.DirectoryException
getDirectory
 
Methods inherited from class com.edugility.jpa.maven.plugin.FileException
getFile
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
A serial version identifier uniquely identifying the version of this class. See the documentation for the Serializable class for details.

See Also:
Constant Field Values
Constructor Detail

PathCreationFailedException

public PathCreationFailedException(File file)
Creates a new PathCreationFailedException.

Parameters:
file - the File in question whose path could not be created; may be null


Copyright © 2011-2013 Laird Nelson. All Rights Reserved.