torero.model.exceptions
Class AssignException

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

public class AssignException
extends ModelException

Exception indicating that an AttributeAssignment could not be created.

See Also:
Serialized Form

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

AssignException

public AssignException(String str)