org.kuali.kfs.gl.batch.service
Class CollectorLoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
CollectorLoadException(List errors)
          Constructs a CollectorLoadException instance
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectorLoadException

public CollectorLoadException(List errors)
Constructs a CollectorLoadException instance

Parameters:
errors - a List of errors encountered while loading and parsing the file
Method Detail

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.