Class MsgNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--MsgNotFoundException

public class MsgNotFoundException
extends java.lang.Exception

Indica che non e' stato possibile reperire il messaggio richiesto.

Author:
Matteo Albini, Mauro Barbieri, Francesco Baschieri
See Also:
News, Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
MsgNotFoundException()
          Crea un'istanza di MsgNotFoundException senza nessun argomento.
MsgNotFoundException(java.lang.String error)
          Crea un'istanza di MsgNotFoundException con argomento una stringa di descrizione dell'eccezione.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

MsgNotFoundException

public MsgNotFoundException()
Crea un'istanza di MsgNotFoundException senza nessun argomento.

MsgNotFoundException

public MsgNotFoundException(java.lang.String error)
Crea un'istanza di MsgNotFoundException con argomento una stringa di descrizione dell'eccezione.
Parameters:
error - stringa di descrizione dell'eccezione.