org.jtheque.utils.io
Class FileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jtheque.utils.io.FileException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CopyException

public class FileException
extends Exception

A file Exception.

Author:
Baptiste Wicht.
See Also:
Serialized Form

Constructor Summary
FileException(String message)
          Construct a new FileException with a specific message.
FileException(String message, Throwable cause)
          Construct a new FileException with a specific message and a cause.
FileException(Throwable e)
          Construct a FileException with a specific cause.
 
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

FileException

public FileException(String message)
Construct a new FileException with a specific message.

Parameters:
message - The message of the exception.

FileException

public FileException(String message,
                     Throwable cause)
Construct a new FileException with a specific message and a cause.

Parameters:
message - The message of the exception.
cause - The cause of the exception.

FileException

public FileException(Throwable e)
Construct a FileException with a specific cause.

Parameters:
e - The cause of the exception.


Copyright © 2010 JTheque. All Rights Reserved.