MCPcopy Create free account
hub / github.com/Snapchat/Valdi / ValdiException

Class ValdiException

valdi/src/java/com/snap/valdi/exceptions/ValdiException.kt:9–15  ·  view source on GitHub ↗

* Base class for Valdi exceptions. * Valdi exceptions should be thrown only for recoverable errors. */

Source from the content-addressed store, hash-verified

7 * Valdi exceptions should be thrown only for recoverable errors.
8 */
9@Keep
10open class ValdiException(message: String, cause: Throwable?): RuntimeException(message, cause) {
11
12 @Keep
13 constructor(message: String): this(message, null)
14
15}

Callers 15

getManagerSyncMethod · 0.85
getFontMethod · 0.85
unimplementedMethodMethod · 0.85
getBitmapMethod · 0.85
pathDataToPathMethod · 0.85
onRetrieveContentMethod · 0.85
throwInvalidCallMethod · 0.85
setErrorMethod · 0.85
createImageMethod · 0.85
getContentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected