Package dev.reuss.tmdb.core.exception
Class TmdbMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.reuss.tmdb.core.exception.TmdbException
dev.reuss.tmdb.core.exception.TmdbMappingException
- All Implemented Interfaces:
Serializable
Exception thrown when a TMDB response cannot be mapped to the expected model.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTmdbMappingException(String message) TmdbMappingException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TmdbMappingException
-
TmdbMappingException
-