executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
files
/
space.iseki.executables.sbom
/
SBomReadingException
SBom
Reading
Exception
open
class
SBomReadingException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
(
source
)
Base exception for SBOM reading errors.
Inheritors
SBomNotFoundException
GoSBomReadingException
Members
Constructors
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
?