com.edugility.jpa.maven.plugin
Class NotNormalFileException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.io.IOException
java.io.IOException
               com.edugility.jpa.maven.plugin.FileException
com.edugility.jpa.maven.plugin.FileException
                   com.edugility.jpa.maven.plugin.NotNormalFileException
com.edugility.jpa.maven.plugin.NotNormalFileException
- All Implemented Interfaces: 
- Serializable
- public class NotNormalFileException 
- extends FileException
A FileException indicating that the File in
 question was expected to be a normal
 file, but was not.
- Since:
- 1.0-SNAPSHOT
- Version:
- 1.0-SNAPSHOT
- Author:
- Laird Nelson
- See Also:
- Serialized Form
| Field Summary | 
| private static long | serialVersionUIDA serial version identifier uniquely identifying the version of
 this class.
 | 
 
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
serialVersionUID
private static final long serialVersionUID
- A serial version identifier uniquely identifying the version of
 this class.  See the documentation
 for the Serializableclass for details.
 
- See Also:
- Constant Field Values
 
NotNormalFileException
public NotNormalFileException(File file)
- Creates a new NotNormalFileException.
 
- Parameters:
- file- the- Filethat was not a normal file; may be- null
 
Copyright © 2011-2013 Laird Nelson. All Rights Reserved.