public class ParseOptionGroupException extends ParseRestrictionViolatedException
| Constructor and Description |
|---|
ParseOptionGroupException(String message,
String tag,
Collection<OptionMetadata> options,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
Set<OptionMetadata> |
getOptions() |
String |
getTag() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseOptionGroupException(String message, String tag, Collection<OptionMetadata> options, Object... args)
public String getTag()
public Set<OptionMetadata> getOptions()
Copyright © 2012–2022. All rights reserved.