public class

NotImplementedException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ sun.reflect.generics.reflectiveObjects.NotImplementedException

Class Overview

Temporary class used to indicate missing functionality

Summary

Public Constructors
NotImplementedException()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NotImplementedException ()