public class InvalidInputException
extends java.io.IOException
Constructor and Description |
---|
InvalidInputException(java.util.List<java.io.IOException> probs)
Create the exception with the given list.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Get a summary message of the problems found.
|
java.util.List<java.io.IOException> |
getProblems()
Get the complete list of the problems reported.
|
public InvalidInputException(java.util.List<java.io.IOException> probs)
probs
- the list of problems to report. this list is not copied.public java.util.List<java.io.IOException> getProblems()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Copyright © 2009 The Apache Software Foundation