| java.lang.Object net.sourceforge.chaperon.model.Violation
Violation | public class Violation (Code) | | This class represents a violation, which occurs during during the validation of the model.
author: Stephan Michels version: CVS $Id: Violation.java,v 1.3 2003/12/09 19:55:52 benedikta Exp $ |
Violation | public Violation(String message, String location)(Code) | | Create a new violation.
Parameters: message - Message of the violation. Parameters: location - Location of the part from the model. |
getLocation | public String getLocation()(Code) | | The location of the part from the model.
location of the part from the model. |
getMessage | public String getMessage()(Code) | | Return the message of the violation.
Message of the violation. |
toString | public String toString()(Code) | | Return the string representation of the violation
String representation. |
|
|