toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-ast
/
com.apollographql.apollo.ast
/
SourceAwareException
Source
Aware
Exception
open
class
SourceAwareException
(
val
error
:
String
,
val
sourceLocation
:
SourceLocation
?
)
:
RuntimeException
Inheritors
ConversionException
SchemaValidationException
Members
Constructors
Source
Aware
Exception
Link copied to clipboard
constructor
(
error
:
String
,
sourceLocation
:
SourceLocation
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Link copied to clipboard
val
error
:
String
message
Link copied to clipboard
open
val
message
:
String
?
source
Location
Link copied to clipboard
val
sourceLocation
:
SourceLocation
?