uk.ac.ic.doc.automed
Class NotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by uk.ac.ic.doc.automed.NotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedException
extends java.lang.RuntimeException

Some part of the AutoMed code that should present has not yet been implemented..

Author:
Peter McBrien (pjm@doc.ic.ac.uk)
See Also:
Serialized Form

Constructor Summary
NotImplementedException()
          Creates an NotImplementedException with no message
NotImplementedException(java.lang.String msg)
          Creates an NotImplementedException detailing what has not been implemented! .
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotImplementedException

public NotImplementedException()
Creates an NotImplementedException with no message


NotImplementedException

public NotImplementedException(java.lang.String msg)
Creates an NotImplementedException detailing what has not been implemented! .

Parameters:
msg - details of what has not been implemented.