sofya.base.exceptions
Class EmptyFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by sofya.base.exceptions.EmptyFileException
All Implemented Interfaces:
java.io.Serializable

public class EmptyFileException
extends java.io.IOException

Defines an exception that indicates that a given file contains no data.

Version:
07/04/2002
Author:
Hitesh Sharma
See Also:
Serialized Form

Constructor Summary
EmptyFileException()
          Creates new instance of this exception using the default message.
EmptyFileException(java.lang.String msg)
          Creates new instance of this exception with a given message.
 
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

EmptyFileException

public EmptyFileException()
Creates new instance of this exception using the default message.


EmptyFileException

public EmptyFileException(java.lang.String msg)
Creates new instance of this exception with a given message.

Parameters:
msg - Message to be associated with this exception in place of the default message.