Skip navigation links


com.bea.p13n.advisor
Class ElementNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.p13n.exceptions.ApplicationException
              extended by com.bea.p13n.advisor.AdvisorException
                  extended by com.bea.p13n.advisor.ElementNotFoundException

All Implemented Interfaces
Serializable

public class ElementNotFoundException
extends AdvisorException

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

See Also
Serialized Form

Constructor Summary
ElementNotFoundException(String key)
          Constructs an ElementNotFoundException for the key provided.

 

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(String key)
Constructs an ElementNotFoundException for the key provided.
Parameters
key - the key of the missing element.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.