org.objectweb.dsrg.sofa.repository.renamer
Class DuplicitClassnameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.objectweb.dsrg.sofa.repository.renamer.RenamerException
              extended by org.objectweb.dsrg.sofa.repository.renamer.DuplicitClassnameException
All Implemented Interfaces:
java.io.Serializable

public class DuplicitClassnameException
extends RenamerException

Thrown when two classes in two CodeBundles collides with their names.

See Also:
Serialized Form

Constructor Summary
DuplicitClassnameException(java.lang.String name)
          Default constructor.
 
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

DuplicitClassnameException

public DuplicitClassnameException(java.lang.String name)
Default constructor.

Parameters:
name - Classname of duplicates