ssbm.presentation.filters
Class FiltrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ssbm.presentation.filters.FiltrationException
All Implemented Interfaces:
java.io.Serializable

public class FiltrationException
extends java.lang.Exception

Questa classe di eccezioni è lanciata dalle classi addette al filtraggio dei dati.

Author:
Salvatore Piccione
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Versione della classe.
 
Constructor Summary
FiltrationException(java.lang.String message)
          Costruisce un'istanza avente come messaggio il parametro specificato.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Versione della classe.

See Also:
Constant Field Values
Constructor Detail

FiltrationException

public FiltrationException(java.lang.String message)
Costruisce un'istanza avente come messaggio il parametro specificato.

Parameters:
message - il messaggio che spiega la natura dell'eccezione.