public class UnknownFlagException extends JSAPException
Flagged
,
Serialized FormConstructor 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, toString
public 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 © 2015. All rights reserved.