class AssetMismatchException : FlowException
<init> |
AssetMismatchException(expectedTypeName: String, typeName: String) |
expectedTypeName |
val expectedTypeName: String |
typeName |
val typeName: String |
cause |
open val cause: Throwable? |
message |
open val message: String? |
toString |
fun toString(): String |