Package net.sourceforge.jwebunit.exception

Exception Summary
ElementNotFoundException This exception should be used when an expected element is not found.
ExpectedJavascriptAlertException A Javascript alert was expected but was not thrown.
ExpectedJavascriptConfirmException A Javascript confirm was expected but was not thrown.
ExpectedJavascriptPromptException A Javascript prompt was expected but was not thrown.
TestingEngineRegistryException Exception thrown when the testing engine registry can't find the appropriat key for a specific testing engine, etc.
TestingEngineResponseException This name reflects the name all of exceptions that will be thrown from a specific "testing engine".
UnableToSetFormException Represents a problem establishing a form on the current response for which a request is to be built.
UnexpectedJavascriptAlertException A Javascript alert was displayed but not expected.
UnexpectedJavascriptConfirmException A Javascript confirm was displayed but not expected.
UnexpectedJavascriptPromptException A Javascript prompt was displayed but not expected.
 



Copyright © 2002-2011 SourceForge. All Rights Reserved.