net.sourceforge.jwebunit.exception
Class UnexpectedJavascriptPromptException

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

public class UnexpectedJavascriptPromptException
extends java.lang.RuntimeException

A Javascript prompt was displayed but not expected.

Author:
Julien Henry
See Also:
Serialized Form

Constructor Summary
UnexpectedJavascriptPromptException(java.lang.String message)
           
 
Method Summary
 java.lang.String getConfirmMessage()
          Return the message of the expected 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

UnexpectedJavascriptPromptException

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

getConfirmMessage

public java.lang.String getConfirmMessage()
Return the message of the expected prompt



Copyright © 2002-2011 SourceForge. All Rights Reserved.