torero.model.exceptions
Class AssignmentIncompatibleException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--torero.model.exceptions.ModelException
|
+--torero.model.exceptions.AssignmentIncompatibleException
- All Implemented Interfaces:
- Serializable
- public class AssignmentIncompatibleException
- extends ModelException
Exception indicating that an AttributeAssignment could not be created,
because the new assignment was not compatible to other existing assignments.
- See Also:
- Serialized Form
AssignmentIncompatibleException
public AssignmentIncompatibleException(String str)