com.thalesgroup.dtkit.util.validator
Class ValidationError

java.lang.Object
  extended by com.thalesgroup.dtkit.util.validator.ValidationError
All Implemented Interfaces:
Serializable

public class ValidationError
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ValidationError()
           
ValidationError(ErrorType errorType, int line, String errorId, String message)
           
 
Method Summary
 String getErrorId()
           
 int getLine()
           
 String getMessage()
           
 ErrorType getType()
           
 void setLine(int line)
           
 void setMessage(String message)
           
 void setType(ErrorType type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationError

public ValidationError()

ValidationError

public ValidationError(ErrorType errorType,
                       int line,
                       String errorId,
                       String message)
Method Detail

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-2012. All Rights Reserved.