|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--lab2.Exceptions.NoSuchElementException
Classe eccezione per segnalare la fine della scansione con un iteratore.
Constructor Summary | |
NoSuchElementException()
Costruttore dell'eccezione senza messaggi. |
|
NoSuchElementException(java.lang.String msg)
Costruttore dell'eccezione con messaggio visibile successivamente mediante il metodo getMessage . |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public NoSuchElementException()
public NoSuchElementException(java.lang.String msg)
getMessage
.msg
- il messaggio di errore.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |