org.finra.jtaf.core.model.exceptions
Class NameCollisionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NameCollisionException
public NameCollisionException(String name)
- Parameters:
name
- This is called when same test name exist during building model
getName
public String getName()
Copyright © 2014. All rights reserved.