net.sf.xisemele.exception
Class ElementNotFoundException

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.ElementNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ElementNotFoundException
extends XisemeleException

Exceção disparada quando tentar acessar um elemento para um atalho inválido.

Author:
Carlos Eduardo Coral.
See Also:
Serialized Form

Constructor Summary
ElementNotFoundException(java.lang.String path)
          Cria uma nova instância de ElementNotFoundException para um atalho que originou a exceção.
 
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

ElementNotFoundException

public ElementNotFoundException(java.lang.String path)
Cria uma nova instância de ElementNotFoundException para um atalho que originou a exceção.

Parameters:
path - java.lang.String contendo o atalho inválido, que originou a exceção.


Copyright © 2009. All Rights Reserved.