public class InvalidInputException extends IOException
构造器和说明 |
---|
InvalidInputException(List<IOException> probs)
Create the exception with the given list.
|
限定符和类型 | 方法和说明 |
---|---|
String |
getMessage()
Get a summary message of the problems found.
|
List<IOException> |
getProblems()
Get the complete list of the problems reported.
|
public InvalidInputException(List<IOException> probs)
probs
- the list of problems to report. this list is not copied.public List<IOException> getProblems()
public String getMessage()
getMessage
在类中 Throwable
Copyright © 2009 The Apache Software Foundation