gov.llnl.babel.cli
Class NameCollisionException
Exception
gov.llnl.babel.cli.NameCollisionException
public class NameCollisionException
extends Exception
NameCollisionException
public NameCollisionException(CommandLineSwitch cls)
Create an exception indicating that there is a name space
collision between command line switches. The exception
holds the dictionary entry that the new item conflicted
with.
cls
- the command line switch that the new entry
conflicted with
getConflict
public CommandLineSwitch getConflict()
Return the item in the dictionary with which the new entry conflicts.