-
public class P39Exception.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static P39Exception.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final P39ExceptioninvalidArgs(String message)final P39Exceptionnetwork(String message, Throwable cause)final P39Exceptionbackend(String message)final P39Exceptiontimeout(String message)final P39Exceptionrender(String message)final P39ExceptionincompatibleMode(String message)final P39ExceptionnotInitialized()final P39ExceptionparseError(String message, Throwable cause)-
-
Method Detail
-
invalidArgs
final P39Exception invalidArgs(String message)
-
network
final P39Exception network(String message, Throwable cause)
-
backend
final P39Exception backend(String message)
-
timeout
final P39Exception timeout(String message)
-
render
final P39Exception render(String message)
-
incompatibleMode
final P39Exception incompatibleMode(String message)
-
notInitialized
final P39Exception notInitialized()
-
parseError
final P39Exception parseError(String message, Throwable cause)
-
-
-
-