com.thalesgroup.dtkit.util.validator
Class ValidatorError

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

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

See Also:
Serialized Form

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

Constructor Detail

ValidatorError

public ValidatorError(ErrorType errorType,
                      int line,
                      java.lang.String errorId,
                      java.lang.String message)
Method Detail

getErrorId

public java.lang.String getErrorId()

getLine

public int getLine()

setLine

public void setLine(int line)

getMessage

public java.lang.String getMessage()

setMessage

public void setMessage(java.lang.String message)

getType

public ErrorType getType()

setType

public void setType(ErrorType type)

toString

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


Copyright © 2010. All Rights Reserved.