org.kuali.kfs.gl.batch.service
Class CollectorLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.kfs.gl.batch.service.CollectorLoadException
- All Implemented Interfaces:
- Serializable
public class CollectorLoadException
- extends RuntimeException
An exception that occurs during the loading and parsing of a Collector file
- See Also:
- Serialized Form
Method Summary |
List |
getErrors()
Returns the specific load/parse errors encountered that caused this exception |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CollectorLoadException
public CollectorLoadException(List errors)
- Constructs a CollectorLoadException instance
- Parameters:
errors
- a List of errors encountered while loading and parsing the file
getErrors
public List getErrors()
- Returns the specific load/parse errors encountered that caused this exception
- Returns:
- a List of errors
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.