Package org.htmlunit

Class NotYetImplementedException

All Implemented Interfaces:
Serializable

public class NotYetImplementedException extends RuntimeException
Thrown if a method is not yet implemented for some reason but at least available from js.
See Also:
  • Constructor Details

    • NotYetImplementedException

      public NotYetImplementedException(String method)
      Creates a new instance.
      Parameters:
      method - the not yet implemented method