jcontrol.lang
Class NotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jcontrol.lang.NotImplementedException

public class NotImplementedException
extends Exception

Signals that a native method is not implemented.


Constructor Summary
NotImplementedException()
          Constructs an NotImplementedException with null as its error detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, getClass, notifyAll, toString, wait
 

Constructor Detail

NotImplementedException

public NotImplementedException()
Constructs an NotImplementedException with null as its error detail message.