net.sourceforge.jwebunit
Class UnableToSetFormException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--junit.framework.AssertionFailedError
                    |
                    +--net.sourceforge.jwebunit.UnableToSetFormException
All Implemented Interfaces:
java.io.Serializable

public class UnableToSetFormException
extends junit.framework.AssertionFailedError

Represents a problem establishing a form on the current response for which a request is to be built.

Author:
Wilkes Joiner
See Also:
Serialized Form

Constructor Summary
UnableToSetFormException()
           
UnableToSetFormException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnableToSetFormException

public UnableToSetFormException()

UnableToSetFormException

public UnableToSetFormException(java.lang.String s)


Copyright © 2002 ThoughtWorks, Inc. All Rights Reserved.