com.sun.emp.mtp.jcics
Class NotImplementedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sun.emp.mtp.jcics.NotImplementedException

public class NotImplementedException
extends java.lang.RuntimeException

This class is the exception thrown by any part of the JCICS api that is not implemented,

Whenever used, it should have the following put into the javadoc to allow the correct information to be displayed to the programmer.

@notimplemented


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

Constructor Detail

NotImplementedException

public NotImplementedException()


Copyright (c) 2005 by Sun Microsystems, Inc.