torero.model.exceptions
Class AssignLoopException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--torero.model.exceptions.ModelException
|
+--torero.model.exceptions.AssignLoopException
- All Implemented Interfaces:
- Serializable
- public class AssignLoopException
- extends ModelException
Exception indicating that an AttributeAssignment could not be created,
because an assignment loop was detected.
- See Also:
- Serialized Form
AssignLoopException
public AssignLoopException(String str)