Class NotImplementedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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:
  • Constructor Details

    • NotImplementedException

      public NotImplementedException(String message)
    • NotImplementedException

      public NotImplementedException(String message, IllegalAccessException cause)