sql-psi
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
sql-psi
core
/
com.alecstrong.sql.psi.core
/
AnnotationException
Annotation
Exception
class
AnnotationException
(
val
msg
:
String
,
val
element
:
PsiElement
?
=
null
)
:
IllegalStateException
Members
Constructors
Annotation
Exception
Link copied to clipboard
constructor
(
msg
:
String
,
element
:
PsiElement
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
element
Link copied to clipboard
val
element
:
PsiElement
?
=
null
message
Link copied to clipboard
open
val
message
:
String
?
msg
Link copied to clipboard
val
msg
:
String