public class ParseArgumentsUnexpectedException extends ParseException
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.lang.String> |
unparsedInput |
| Constructor and Description |
|---|
ParseArgumentsUnexpectedException(java.util.List<java.lang.String> unparsedInput) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getUnparsedInput() |