ElementNotFoundException Class

com.bea.p13n.advisor
ElementNotFoundException Class

public class ElementNotFoundException

    extends AdvisorException

Signals that the element refered to by a key cannot be found.


Hierarchy
Object
  Throwable
    Exception
      ApplicationException
        AdvisorException
          ElementNotFoundException
All Implemented Interfaces

Serializable

Constructor Summary

ElementNotFoundException(String key)

Constructs an ElementNotFoundException for the key provided.
 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ElementNotFoundException

public ElementNotFoundException(String key)
Constructs an ElementNotFoundException for the key provided.