public class UnknownFlagException extends JSAPException
Flagged,
Serialized Form| Constructor and Description |
|---|
UnknownFlagException(Character flag)
Creates a new UnknownFlagException referencing the specified parameter.
|
UnknownFlagException(String flag)
Creates a new UnknownFlagException referencing the specified parameter.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFlag()
Returns the unknown flag that was encountered.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownFlagException(String flag)
flag - the unknown flag that was encountered.public UnknownFlagException(Character flag)
flag - the unknown flag that was encountered.public String getFlag()
Copyright © 2016. All rights reserved.