TangleCompilationException
class TangleCompilationException(message: String, cause: Throwable?, element: PsiElement?) : CompilationException
Content copied to clipboard
Constructors
Link copied to clipboard
fun TangleCompilationException(annotationDescriptor: AnnotationDescriptor, message: String, cause: Throwable? = null)
Content copied to clipboard
Link copied to clipboard
fun TangleCompilationException(classReference: ClassReference, message: String, cause: Throwable? = null)
Content copied to clipboard
Link copied to clipboard
fun TangleCompilationException(declarationDescriptor: DeclarationDescriptor, message: String, cause: Throwable? = null)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun withAttachment(name: String, content: Any?): KotlinExceptionWithAttachments
Content copied to clipboard