exception
Class InputFileException

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

public class InputFileException
extends java.lang.Exception

Author:
Mike Eccezione sollevata nel caso in cui ci sono problemi nel leggere l'input dell'algoritmo
See Also:
Serialized Form

Constructor Summary
InputFileException(java.lang.String file)
          Costruttore
 
Method Summary
 java.lang.String getFileName()
          Ritorna il nome del file su cui si è avuto il problema
 
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

InputFileException

public InputFileException(java.lang.String file)
Costruttore

Parameters:
file - File sul quale si è avuto il problema
Method Detail

getFileName

public java.lang.String getFileName()
Ritorna il nome del file su cui si è avuto il problema

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