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
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 |
NotImplementedException
public NotImplementedException()
Copyright (c) 2002 by Sun Microsystems, Inc.