public ImportException(String msg, List prioritizedMessages)(Code)
Construct a ImportException from a collecting error
handler. The warnings, errors, fatal error of the Exception are
taken from the error handler.
Parameters: msg - the main message of the exception. Parameters: prioritizedMessages - the given prioritized messages.
Return all messages, i.e. warnings, errors and fatal
errors. The value returned is a list of
PrioritizedMessagePrioritizedMessage .
list with error messages (may be empty).