Package org.htmlunit
Class NotYetImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.htmlunit.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.
-