Package org.htmlunit
Class NotYetImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.htmlunit.NotYetImplementedException
- All Implemented Interfaces:
Serializable
Thrown if a method is not yet implemented for some reason
but at least available from js.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotYetImplementedException
Creates a new instance.- Parameters:
method
- the not yet implemented method
-