Package com.github.erosb.jsonsKema
Class RefResolutionException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class RefResolutionException extends SchemaLoadingException
-
-
Field Summary
Fields Modifier and Type Field Description private final ReferenceSchemarefprivate final StringmissingPropertyprivate final SourceLocationresolutionFailureLocationprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description RefResolutionException(ReferenceSchema ref, String missingProperty, SourceLocation resolutionFailureLocation)
-
Method Summary
Modifier and Type Method Description final ReferenceSchemagetRef()final StringgetMissingProperty()final SourceLocationgetResolutionFailureLocation()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RefResolutionException
RefResolutionException(ReferenceSchema ref, String missingProperty, SourceLocation resolutionFailureLocation)
-
-
Method Detail
-
getRef
final ReferenceSchema getRef()
-
getMissingProperty
final String getMissingProperty()
-
getResolutionFailureLocation
final SourceLocation getResolutionFailureLocation()
-
-
-
-