-
- All Implemented Interfaces:
-
java.io.Serializable
public final class BidonError.AdFormatIsNotSupported extends BidonError
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdemandIdprivate final BannerFormatbannerFormatprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description BidonError.AdFormatIsNotSupported(String demandId, BannerFormat bannerFormat)
-
Method Summary
Modifier and Type Method Description final StringgetDemandId()final BannerFormatgetBannerFormat()ThrowablegetCause()StringgetMessage()-
Methods inherited from class org.bidon.sdk.config.BidonError
addSuppressed, fillInStackTrace, getLocalizedMessage, 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
-
BidonError.AdFormatIsNotSupported
BidonError.AdFormatIsNotSupported(String demandId, BannerFormat bannerFormat)
-
-
Method Detail
-
getDemandId
final String getDemandId()
-
getBannerFormat
final BannerFormat getBannerFormat()
-
getMessage
String getMessage()
-
-
-
-