Glotto2
Class EnergiaInsufficienteException

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

public class EnergiaInsufficienteException
extends java.lang.Exception

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

See Also:
Serialized Form

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

EnergiaInsufficienteException

public EnergiaInsufficienteException()