net.sourceforge.jwebunit.exception
Class UnableToSetFormException

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

public class UnableToSetFormException
extends java.lang.RuntimeException

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)
           
 
Method Summary
 
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

UnableToSetFormException

public UnableToSetFormException()

UnableToSetFormException

public UnableToSetFormException(java.lang.String s)


Copyright © 2002-2011 SourceForge. All Rights Reserved.