com.ail.insurance.policy
Class DuplicateAssessmentLineError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.ail.core.BaseError
              extended by com.ail.insurance.policy.DuplicateAssessmentLineError
All Implemented Interfaces:
java.io.Serializable

public class DuplicateAssessmentLineError
extends BaseError

This error is thrown when an assessment sheet detects two assessment lines with the same id

Version:
$Revision: 1.1 $
See Also:
Serialized Form

Constructor Summary
DuplicateAssessmentLineError(java.lang.String lineId)
          Constructor
 
Method Summary
 
Methods inherited from class com.ail.core.BaseError
getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateAssessmentLineError

public DuplicateAssessmentLineError(java.lang.String lineId)
Constructor

Parameters:
lineId - The ID of the line in question.