org.jasig.portal
Class CountID

java.lang.Object
  extended by org.jasig.portal.CountID

 class CountID
extends java.lang.Object

ErrorID tabulation class The TreeMaps yield an instance of this class


Field Summary
(package private)  int count
           
(package private)  ErrorID errorID
           
(package private)  PortalException lastPortalException
           
 
Constructor Summary
CountID(ErrorID id)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorID

ErrorID errorID

count

int count

lastPortalException

PortalException lastPortalException
Constructor Detail

CountID

CountID(ErrorID id)