Class IncodeException.GenericException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class IncodeException.GenericException extends IncodeException
-
-
Field Summary
Fields Modifier and Type Field Description private final Throwablecauseprivate final IntegertitleResIdprivate final IntegersubtitleResIdprivate final BooleanisTerminalprivate final Stringmessageprivate final BooleanwritableStackTrace
-
Constructor Summary
Constructors Constructor Description IncodeException.GenericException(Throwable cause, Integer titleResId, Integer subtitleResId, Boolean isTerminal)
-
Method Summary
Modifier and Type Method Description ThrowablegetCause()IntegergetTitleResId()IntegergetSubtitleResId()BooleanisTerminal()-
Methods inherited from class com.incode.welcome_sdk.commons.exceptions.IncodeException
getMessage, getWritableStackTrace, isDeviceEnvironmentException -
Methods inherited from class kotlin.Throwable
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
-
-
Method Detail
-
getTitleResId
Integer getTitleResId()
-
getSubtitleResId
Integer getSubtitleResId()
-
isTerminal
Boolean isTerminal()
-
-
-
-