public class ParseAliasCircularReferenceException extends ParseException
| Constructor and Description |
|---|
ParseAliasCircularReferenceException(String alias,
Set<String> referenceChain) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAliasChain()
Gets the chain of alias resolutions that led to the circular reference
|
String |
getOffendingAlias()
Gets the alias that was encountered that is a circular reference
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012–2022. All rights reserved.