| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.xisemele.exception.XisemeleException
net.sf.xisemele.exception.ElementIndexOutOfBoundsException
public class ElementIndexOutOfBoundsException
Exceção disparada quando tentar acessar um elemento XML para um índice inválido.
| Constructor Summary | |
|---|---|
ElementIndexOutOfBoundsException(java.lang.String parentElement,
                                 int index)
Cria uma nova instância de ElementIndexOutOfBoundsException. | 
|
| 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 | 
|---|
public ElementIndexOutOfBoundsException(java.lang.String parentElement,
                                        int index)
ElementIndexOutOfBoundsException.
parentElement - java.lang.String contendo o nome do elemento pai do qual
       se tentou acessar um elemento filho em uma posição inválida.index - int contendo o índice inválido.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||