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

Constructor Summary
AssignLoopException(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

AssignLoopException

public AssignLoopException(String str)