exception
Class OutputFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by exception.OutputFileException
All Implemented Interfaces:
java.io.Serializable

public class OutputFileException
extends java.lang.Exception

Author:
Mike Eccezzione sollevata nel caso in cui si ha un problema nello scrivere il file di output
See Also:
Serialized Form

Constructor Summary
OutputFileException(java.lang.String file)
          Costruttore
 
Method Summary
 java.lang.String getFileName()
          Ritorna il nome del file
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutputFileException

public OutputFileException(java.lang.String file)
Costruttore

Parameters:
file - Nome del file che non si è riusciti a scrivere
Method Detail

getFileName

public java.lang.String getFileName()
Ritorna il nome del file

Returns:
Nome del file su cui si è avuto il problema