|
||||||||||
| 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.RootDuplicateException
public class RootDuplicateException
Exceção disparada quando tentar adicionar mais de um elemento raiz em um documento XML.
| Constructor Summary | |
|---|---|
RootDuplicateException(java.lang.String rootName,
java.lang.String duplicateRootName)
Cria uma nova instância RootDuplicateException. |
|
| 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 RootDuplicateException(java.lang.String rootName,
java.lang.String duplicateRootName)
RootDuplicateException.
rootName - java.lang.String contendo o nome do elemento raiz do
documento XML.duplicateRootName - java.lang.String contendo o nome do elemento
que tentou ser inserido como raiz duplicada.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||