“Coba tangkap Kotlin” Kode Jawaban

Kotlin melempar pengecualian

throw Exception("Exception message")
Promofo

Coba tangkap Kotlin

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

Jawaban yang mirip dengan “Coba tangkap Kotlin”

Pertanyaan yang mirip dengan “Coba tangkap Kotlin”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya