org.jacorb.idl
Class IllegalRedefinition

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jacorb.idl.NameAlreadyDefined
              extended by org.jacorb.idl.IllegalRedefinition
All Implemented Interfaces:
java.io.Serializable

public class IllegalRedefinition
extends NameAlreadyDefined

Version:
$Id: IllegalRedefinition.java,v 1.9 2006/06/26 14:37:44 alphonse.bendt Exp $
Author:
Gerald Brose
See Also:
Serialized Form

Field Summary
 java.lang.String newDef
           
 
Constructor Summary
IllegalRedefinition(java.lang.String s)
           
 
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
 

Field Detail

newDef

public java.lang.String newDef
Constructor Detail

IllegalRedefinition

public IllegalRedefinition(java.lang.String s)