|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gargoylesoftware.htmlunit.WebWindowNotFoundException
public class WebWindowNotFoundException
Exception to indicate that no WebWindow
could be found that matched
a given name.
Constructor Summary | |
---|---|
WebWindowNotFoundException(java.lang.String name)
Create an instance |
Method Summary | |
---|---|
java.lang.String |
getName()
Return the name of the WebWindow that wasn't found |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebWindowNotFoundException(java.lang.String name)
name
- The name that was searched by.Method Detail |
---|
public java.lang.String getName()
WebWindow
that wasn't found
|
|||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |