oemware.core
Class FileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oemware.core.CoreException
              extended by oemware.core.FileException
All Implemented Interfaces:
java.io.Serializable

public class FileException
extends CoreException

The file exception.

Version:
$Id: FileException.java 13 2008-06-15 19:43:04Z oemware $
See Also:
Serialized Form

Constructor Summary
FileException()
           
FileException(java.lang.String pMessage)
           
FileException(java.lang.String pMessage, java.lang.Throwable pThrowable)
           
FileException(java.lang.Throwable pThrowable)
           
 
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()

FileException

public FileException(java.lang.String pMessage)

FileException

public FileException(java.lang.Throwable pThrowable)

FileException

public FileException(java.lang.String pMessage,
                     java.lang.Throwable pThrowable)


Copyright © 2008 Deft Labs - Released under LGPL, Version 3.0