Anvil Compilation Exception
class AnvilCompilationException(message: String, cause: Throwable?, element: PsiElement?) : CompilationException
Content copied to clipboard
AnvilCompilationException is thrown when Anvil specific code can't be processed or an error occurs while generating code.
Constructors
AnvilCompilationException
Link copied to clipboard
fun AnvilCompilationException(message: String, cause: Throwable? = null, element: PsiElement? = null)
Content copied to clipboard
Types
Functions
add Suppressed
Link copied to clipboard
fill In Stack Trace
Link copied to clipboard
get Attachments
Link copied to clipboard
get Element
Link copied to clipboard
get Localized Message
Link copied to clipboard
get Stack Trace
Link copied to clipboard
get Suppressed
Link copied to clipboard
print Stack Trace
Link copied to clipboard
open fun printStackTrace()
Content copied to clipboard
set Stack Trace
Link copied to clipboard
with Attachment
Link copied to clipboard
fun withAttachment(name: String, content: Any?): KotlinExceptionWithAttachments
Content copied to clipboard