@InterfaceAudience.Public @InterfaceStability.Stable public class InvalidInputException extends IOException
| Constructor and Description | 
|---|
InvalidInputException(List<IOException> probs)
Create the exception with the given list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getMessage()
Get a summary message of the problems found. 
 | 
List<IOException> | 
getProblems()
Get the complete list of the problems reported. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidInputException(List<IOException> probs)
probs - the list of problems to report. this list is not copied.public List<IOException> getProblems()
public String getMessage()
getMessage in class ThrowableCopyright © 2017 Apache Software Foundation. All rights reserved.