net.sourceforge.jwebunit.exception
Class ExpectedJavascriptPromptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.jwebunit.exception.ExpectedJavascriptPromptException
All Implemented Interfaces:
java.io.Serializable

public class ExpectedJavascriptPromptException
extends java.lang.Exception

A Javascript prompt was expected but was not thrown.

Author:
Julien Henry
See Also:
Serialized Form

Constructor Summary
ExpectedJavascriptPromptException(java.lang.String message)
           
 
Method Summary
 java.lang.String getPromptMessage()
          Return the expected message in the prompt
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpectedJavascriptPromptException

public ExpectedJavascriptPromptException(java.lang.String message)
Method Detail

getPromptMessage

public java.lang.String getPromptMessage()
Return the expected message in the prompt



Copyright © 2002-2011 SourceForge. All Rights Reserved.