public class CollectorLoadException extends RuntimeException
| Constructor and Description |
|---|
CollectorLoadException(List errors)
Constructs a CollectorLoadException instance
|
| Modifier and Type | Method and Description |
|---|---|
List |
getErrors()
Returns the specific load/parse errors encountered that caused this exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CollectorLoadException(List errors)
errors - a List of errors encountered while loading and parsing the fileCopyright © 2004–2016 The Kuali Foundation. All rights reserved.