public class ElementNotFoundException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ElementNotFoundException()
Throws the message "not found".
|
ElementNotFoundException(java.lang.String message,
java.lang.Object... args)
Throws
message. |