Package org.htmlunit

Class NotYetImplementedException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      NotYetImplementedException​(java.lang.String method)
      Creates a new instance.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • NotYetImplementedException

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