torero.model.exceptions
Class AttributeNameException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--torero.model.exceptions.ModelException
|
+--torero.model.exceptions.AttributeNameException
- All Implemented Interfaces:
- Serializable
- public class AttributeNameException
- extends ModelException
Exception indicating that an attribute had not been renamed or created, because the name was already in use.
- See Also:
- Serialized Form
AttributeNameException
public AttributeNameException(String str)