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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ElementNotFoundException
public ElementNotFoundException(String key)
- Constructs an
ElementNotFoundException
for
the key provided.
- Parameters:
key
- the key of the missing element.
Copyright © 2003 BEA Systems, Inc. All Rights Reserved