com.thalesgroup.dtkit.util.validator
Class ValidationError
java.lang.Object
com.thalesgroup.dtkit.util.validator.ValidationError
- All Implemented Interfaces:
- Serializable
public class ValidationError
- extends Object
- implements Serializable
- See Also:
- Serialized Form
ValidationError
public ValidationError()
ValidationError
public ValidationError(ErrorType errorType,
int line,
String errorId,
String message)
getErrorId
public String getErrorId()
getLine
public int getLine()
setLine
public void setLine(int line)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
getType
public ErrorType getType()
setType
public void setType(ErrorType type)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2011. All Rights Reserved.