© 2002 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

public class ElementNotFoundException
extends AdvisorException

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

See Also:
Serialized Form

Constructor Summary
ElementNotFoundException(java.lang.String key)
          Constructs an ElementNotFoundException for the key provided.
 
Methods inherited from class com.bea.p13n.exceptions.ApplicationException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
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 key)
Constructs an ElementNotFoundException for the key provided.

Parameters:
key - the key of the missing element.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved