torero.model.exceptions
Class SymbolNameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--torero.model.exceptions.ModelException
                    |
                    +--torero.model.exceptions.SymbolNameException
All Implemented Interfaces:
Serializable

public class SymbolNameException
extends ModelException

Exception indicating that an symbol had not been renamed or created, because the name was already in use.

See Also:
Serialized Form

Constructor Summary
SymbolNameException(String str)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SymbolNameException

public SymbolNameException(String str)