net.sourceforge.jwebunit.exception
Class ElementNotFoundException

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

public class ElementNotFoundException
extends java.lang.Exception

This exception should be used when an expected element is not found.

Author:
Julien Henry (henryju@yahoo.fr)
See Also:
Serialized Form

Constructor Summary
ElementNotFoundException(java.lang.String msg)
           
ElementNotFoundException(java.lang.String msg, java.lang.Exception cause)
           
 
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

ElementNotFoundException

public ElementNotFoundException(java.lang.String msg)

ElementNotFoundException

public ElementNotFoundException(java.lang.String msg,
                                java.lang.Exception cause)


Copyright © 2002-2011 SourceForge. All Rights Reserved.