sql-psi
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
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
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
msg
Link copied to clipboard
val
msg
:
String
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?