com.mmm.cms.homehealth.proto
Class AlreadyScoredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mmm.cms.homehealth.proto.AlreadyScoredException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyScoredException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
AlreadyScoredException()
           
AlreadyScoredException(int diagnosticGroupId, int scoreRowId, Icd9DiagnosisCodeIF code)
           
AlreadyScoredException(java.lang.String message)
           
AlreadyScoredException(java.lang.String message, int diagnosticGroupId, int scoreRowId, Icd9DiagnosisCodeIF code)
           
AlreadyScoredException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 Icd9DiagnosisCodeIF getCode()
           
 int getDiagnosticGroupId()
           
 int getScoreRowId()
           
 boolean isDiagnosticGroupAlreadyScored()
           
 boolean isRowAlreadyScored()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyScoredException

public AlreadyScoredException(java.lang.String message,
                              java.lang.Throwable cause)

AlreadyScoredException

public AlreadyScoredException(java.lang.String message)

AlreadyScoredException

public AlreadyScoredException()

AlreadyScoredException

public AlreadyScoredException(java.lang.String message,
                              int diagnosticGroupId,
                              int scoreRowId,
                              Icd9DiagnosisCodeIF code)

AlreadyScoredException

public AlreadyScoredException(int diagnosticGroupId,
                              int scoreRowId,
                              Icd9DiagnosisCodeIF code)
Method Detail

getCode

public Icd9DiagnosisCodeIF getCode()

getDiagnosticGroupId

public int getDiagnosticGroupId()

getScoreRowId

public int getScoreRowId()

isDiagnosticGroupAlreadyScored

public boolean isDiagnosticGroupAlreadyScored()

isRowAlreadyScored

public boolean isRowAlreadyScored()