Package com.networknt.jsonoverlay
Class ResolutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.networknt.jsonoverlay.ResolutionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResolutionException.ReferenceCycleException
public class ResolutionException extends RuntimeException
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResolutionException.ReferenceCycleException
-
Constructor Summary
Constructors Constructor Description ResolutionException(Reference ref)ResolutionException(Reference ref, Throwable cause)ResolutionException(String message, Reference ref)ResolutionException(String message, Reference ref, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencegetReference()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-