executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
files
/
space.iseki.executables.sbom
/
GoSBomReadingException
Go
SBom
Reading
Exception
class
GoSBomReadingException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
SBomReadingException
(
source
)
Exception specific to Go SBOM reading errors.
Members
Constructors
Go
SBom
Reading
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?