Glotto2
Class DenaroInsufficienteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by Glotto2.DenaroInsufficienteException
All Implemented Interfaces:
java.io.Serializable

public class DenaroInsufficienteException
extends java.lang.Exception

Eccezione di DenaroInsufficiente Viene lanciata quando il giocatore non ha denaro a sufficienza per fare quella mossa.

See Also:
Serialized Form

Constructor Summary
DenaroInsufficienteException()
           
 
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
 

Constructor Detail

DenaroInsufficienteException

public DenaroInsufficienteException()