Opus5
Class MethodNotImplemented

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--Opus5.MethodNotImplemented
All Implemented Interfaces:
java.io.Serializable

public class MethodNotImplemented
extends java.lang.RuntimeException

Thrown by a method for which the code has not yet been written. This exception should not appear in production code.

Version:
$Id: MethodNotImplemented.java,v 3.1 1998/07/28 01:32:17 brpreiss Exp $
Author:
Bruno R. Preiss, P.Eng.
See Also:
Serialized Form

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

Constructor Detail

MethodNotImplemented

public MethodNotImplemented()