public class UnusedArgumentException extends ArgumentException
| Constructor and Description |
|---|
UnusedArgumentException(String unconsumed)
Create a new instance with the unconsumed argument data.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getUnconsumed()
Get the unconsumed arguments.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnusedArgumentException(String unconsumed)
unconsumed - The unconsumed argumentspublic String getUnconsumed()
Copyright © 2015. All Rights Reserved.