org.assertj.swing.exception
Class WaitTimedOutError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.assertj.swing.exception.WaitTimedOutError
All Implemented Interfaces:
Serializable

public final class WaitTimedOutError
extends RuntimeException

Error thrown when a wait (for some condition) times out.

Author:
Yvonne Wang
See Also:
Serialized Form

Constructor Summary
WaitTimedOutError(String message)
          Creates a new WaitTimedOutError.
 
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

WaitTimedOutError

public WaitTimedOutError(@Nonnull
                         String message)
Creates a new WaitTimedOutError.

Parameters:
message - the detail message.


Copyright © 2014–2015 AssertJ. All rights reserved.