scacchi.main
Class EccezioniPartita.PartitaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--scacchi.main.EccezioniPartita.PartitaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EccezioniPartita.CasaVuotaException, EccezioniPartita.ColorePezzoException, EccezioniPartita.MossaException, EccezioniPartita.NoMoreMosseException, EccezioniPartita.PosizioneInizialeException
Enclosing class:
EccezioniPartita

public static class EccezioniPartita.PartitaException
extends java.lang.Exception

Radice della gerachia di eccezioni della partita.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
EccezioniPartita.PartitaException(java.lang.String s)
           
 
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

EccezioniPartita.PartitaException

public EccezioniPartita.PartitaException(java.lang.String s)