net.sf.xisemele.exception
Class ChildNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.xisemele.exception.XisemeleException
                  extended by net.sf.xisemele.exception.ChildNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ChildNotFoundException
extends XisemeleException

Exceção dispara para quando não encontrar determinado filho para um elemento XML.

Author:
Carlos Eduardo Coral.
See Also:
Serialized Form

Constructor Summary
ChildNotFoundException(java.lang.String nodeName, java.lang.String childName)
          Cria uma nova instância de ElementNotFoundException para o nome do elemento filho que não foi encontrado.
 
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

ChildNotFoundException

public ChildNotFoundException(java.lang.String nodeName,
                              java.lang.String childName)
Cria uma nova instância de ElementNotFoundException para o nome do elemento filho que não foi encontrado.

Parameters:
nodeName - java.lang.String contendo o nome do elemento do qual determinado elemento filho não foi encontrado.
childName - java.lang.String contendo o nome do elemento filho que não foi encontrado.


Copyright © 2009. All Rights Reserved.