Package com.networknt.jsonoverlay
Class ResolutionException.ReferenceCycleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.networknt.jsonoverlay.ResolutionException
-
- com.networknt.jsonoverlay.ResolutionException.ReferenceCycleException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ResolutionException
public static class ResolutionException.ReferenceCycleException extends ResolutionException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.networknt.jsonoverlay.ResolutionException
ResolutionException.ReferenceCycleException
-
-
Constructor Summary
Constructors Constructor Description ReferenceCycleException(Reference ref, Reference detectedAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencegetDetectedAt()-
Methods inherited from class com.networknt.jsonoverlay.ResolutionException
getReference
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-