artisynth.core.modelbase
Class NonUniqueNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by artisynth.core.modelbase.NonUniqueNameException
All Implemented Interfaces:
java.io.Serializable

public class NonUniqueNameException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
NonUniqueNameException()
           
NonUniqueNameException(java.lang.String msg)
           
 
Method Summary
static NonUniqueNameException create(ModelComponent comp, CompositeComponent parent)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonUniqueNameException

public NonUniqueNameException()

NonUniqueNameException

public NonUniqueNameException(java.lang.String msg)
Method Detail

create

public static NonUniqueNameException create(ModelComponent comp,
                                            CompositeComponent parent)