Revision 1521 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.lib/src/main/java/org/gvsig/tools/util/Caller.java

View differences:

Caller.java
24 24
package org.gvsig.tools.util;
25 25

  
26 26
import java.util.List;
27
import org.gvsig.tools.exception.ListBaseException;
27 28

  
28 29
/**
29 30
 * 
......
68 69
	public List getExceptions();
69 70

  
70 71
	/**
72
	 * Return the collected exceptions as a ListBaseException or null.
73
	 * 
74
	 * @return list of exceptions
75
	 */
76
	public ListBaseException getException();
77
	
78
	/**
71 79
	 * Call all callables in the list of callables of the caller.
72 80
	 * 
73 81
	 * @return true if no exceptions produced

Also available in: Unified diff