org.finra.jtaf.core.model.exceptions
Class NameCollisionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.finra.jtaf.core.model.exceptions.NameCollisionException
All Implemented Interfaces:
Serializable

public class NameCollisionException
extends Exception

This is thrown whenever an element with the same name already exists

See Also:
Serialized Form

Constructor Summary
NameCollisionException(String name)
           
 
Method Summary
 String getName()
           
 
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

NameCollisionException

public NameCollisionException(String name)
Parameters:
name - This is called when same test name exist during building model
Method Detail

getName

public String getName()


Copyright © 2014. All rights reserved.