com.beasys.Tobj
Class NotImplemented

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.Tobj.NotImplemented

public class NotImplemented
extends java.lang.Exception

This exception is raised if a client application invokes a method on an object that has not been implemented.

See Also:
Serialized Form

Constructor Summary
NotImplemented()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotImplemented

public NotImplemented()