Package com.github.erosb.jsonsKema
Class YamlDocumentLoadingException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class YamlDocumentLoadingException extends SchemaDocumentLoadingException
-
-
Constructor Summary
Constructors Constructor Description YamlDocumentLoadingException(URI uri, YamlParseException cause)
-
Method Summary
Modifier and Type Method Description URIgetUri()YamlParseExceptiongetCause()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, 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
-
YamlDocumentLoadingException
YamlDocumentLoadingException(URI uri, YamlParseException cause)
-
-
Method Detail
-
getCause
YamlParseException getCause()
-
-
-
-