| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--scacchi.main.EccezioniPartita.PartitaException
                    |
                    +--scacchi.main.EccezioniPartita.PosizioneInizialeException
Eccezione causata dal fatto che si è cercato di cominciare una partita da una posizione non valida.
| Field Summary | 
| Fields inherited from class java.lang.Exception | 
|  | 
| Fields inherited from class java.lang.Throwable | 
|  | 
| Constructor Summary | |
| EccezioniPartita.PosizioneInizialeException(ArgomentiComando.ListaPosPezziTesto l,
                                            java.lang.String err) | |
| 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 | 
public EccezioniPartita.PosizioneInizialeException(ArgomentiComando.ListaPosPezziTesto l,
                                                   java.lang.String err)
l - La lista delle posizioni di pezzi della posizione
            errata.err - Il problema che rende la posizione non valida.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||