org.favabeans.file
Class FileOperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.favabeans.file.FileOperationException
All Implemented Interfaces:
Serializable

public class FileOperationException
extends Exception

This exception is raised whenever a file operation fails.

See Also:
Serialized Form

Constructor Summary
FileOperationException()
           
FileOperationException(String detail)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileOperationException

public FileOperationException()

FileOperationException

public FileOperationException(String detail)


Copyright © 2000-2001, Regents of the University of Minnesota. All Rights Reserved.