org.argouml.model
Class NotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.argouml.model.NotImplementedException
All Implemented Interfaces:
java.io.Serializable

public class NotImplementedException
extends java.lang.RuntimeException

An unchecked exception for methods defined in the model interface but not implemented by the current implementation.

See Also:
Serialized Form

Constructor Summary
NotImplementedException()
          Constructor for new unimplemented exception.
NotImplementedException(java.lang.String message)
          Constructor the exception with a message.
 
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()
Constructor for new unimplemented exception.


NotImplementedException

public NotImplementedException(java.lang.String message)
Constructor the exception with a message.

Parameters:
message - the message


ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook