net.sourceforge.jwebunit.exception
Class UnexpectedJavascriptConfirmException

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

public class UnexpectedJavascriptConfirmException
extends java.lang.RuntimeException

A Javascript confirm was displayed but not expected.

Author:
Julien Henry
See Also:
Serialized Form

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

UnexpectedJavascriptConfirmException

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

getConfirmMessage

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



Copyright © 2002-2011 SourceForge. All Rights Reserved.