net.thucydides.core.annotations
Class NotImplementedException

Package class diagram package NotImplementedException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.thucydides.core.annotations.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException
extends RuntimeException

Thrown when there is an implementation error of WebElementFacade extension

Author:
Alex Okrushko
See Also:
Serialized Form

Constructor Summary
NotImplementedException(String message)
           
NotImplementedException(String message, IllegalAccessException 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

NotImplementedException

public NotImplementedException(String message)

NotImplementedException

public NotImplementedException(String message,
                               IllegalAccessException cause)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.