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
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 |
ElementNotFoundException
public ElementNotFoundException(String
key)
- Constructs an
ElementNotFoundException
for
the key provided.