“Versuchen Sie, Kotlin zu fangen” Code-Antworten

Kotlin macht Ausnahme

throw Exception("Exception message")
Promofo

Versuchen Sie, Kotlin zu fangen

try{
  // wirte here somethin that you thought it would throw expection
}
catch(e:Expection){ 
  e.printstacktrace() 
  // handle expection or write upper line of code
}
finally{
	// this block is optional 
  	// this will always run if expection come or not
}
android developer

Ähnliche Antworten wie “Versuchen Sie, Kotlin zu fangen”

Fragen ähnlich wie “Versuchen Sie, Kotlin zu fangen”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen