edu.udo.cs.miningmart.exception
Class M4NameExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.udo.cs.miningmart.exception.MiningMartException
              extended byedu.udo.cs.miningmart.exception.M4Exception
                  extended byedu.udo.cs.miningmart.exception.M4NameExistsException
All Implemented Interfaces:
java.io.Serializable

public class M4NameExistsException
extends M4Exception

This Exception is thrown if an M4Object is created in a context where names are unique, but the name of the object is equal to another object's name in the same context.

Version:
$Id: M4NameExistsException.java,v 1.3 2006/04/11 14:10:15 euler Exp $
Author:
Martin Scholz
See Also:
Serialized Form

Constructor Summary
M4NameExistsException(java.lang.String message)
           
 
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

M4NameExistsException

public M4NameExistsException(java.lang.String message)
Parameters:
message - the message of this exception


Copyright © 2001-2005