© 2003 BEA Systems, Inc.

com.bea.p13n.advisor
Class ElementNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.p13n.exceptions.ApplicationException
                    |
                    +--com.bea.p13n.advisor.AdvisorException
                          |
                          +--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.
 
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.

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved