Package com.github.erosb.jsonsKema
Class JsonTypingException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class JsonTypingException extends RuntimeException
-
-
Field Summary
Fields Modifier and Type Field Description private final StringexpectedTypeprivate final StringactualTypeprivate final SourceLocationlocationprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description JsonTypingException(String expectedType, String actualType, SourceLocation location)
-
Method Summary
Modifier and Type Method Description final StringgetExpectedType()final StringgetActualType()final SourceLocationgetLocation()StringtoString()-
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
-
JsonTypingException
JsonTypingException(String expectedType, String actualType, SourceLocation location)
-
-
Method Detail
-
getExpectedType
final String getExpectedType()
-
getActualType
final String getActualType()
-
getLocation
final SourceLocation getLocation()
-
-
-
-