Stack parts = (Stack) heuristicMap_.get ( heuristicState );
if ( parts == null ) {
throw new RuntimeException ( "Error: getHeuristicMessages "
+ "for non-mapped heuristic state: " + heuristicState );
}
Enumeration enumm = parts.elements ();
while ( enumm.hasMoreElements () ) {
Participant p = (Participant) enumm.nextElement ();
HeuristicMessage[] errs = p.getHeuristicMessages ();
if ( errs != null ) {
for ( int i = 0; i < errs.length; i++ ) {