vishnu.model.operations
Class ConstraintViolation

java.lang.Object
  extended by vishnu.model.operations.ConstraintViolation
All Implemented Interfaces:
java.io.Serializable

public class ConstraintViolation
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form
 

Constructor Summary
ConstraintViolation(java.lang.Class constraintClass, java.lang.String reason)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstraintViolation

public ConstraintViolation(java.lang.Class constraintClass,
                           java.lang.String reason)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object