alchemist
alchemist
/
it.unibo.alchemist.loader
/
IllegalAlchemistYAMLException
Illegal
Alchemist
YAMLException
open
class
IllegalAlchemistYAMLException
:
RuntimeException
Content copied to clipboard
This exception is thrown when the Alchemist YAML does not conform to the specification.
Constructors
Functions
Constructors
Illegal
Alchemist
YAMLException
Link copied to clipboard
open
fun
IllegalAlchemistYAMLException
(
reason
:
String
)
Content copied to clipboard
Illegal
Alchemist
YAMLException
Link copied to clipboard
open
fun
IllegalAlchemistYAMLException
(
reason
:
String
,
cause
:
Throwable
)
Content copied to clipboard
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
exception
:
Throwable
)
Content copied to clipboard
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
Content copied to clipboard
get
Cause
Link copied to clipboard
open
fun
getCause
(
)
:
Throwable
Content copied to clipboard
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
Content copied to clipboard
get
Message
Link copied to clipboard
open
fun
getMessage
(
)
:
String
Content copied to clipboard
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
Content copied to clipboard
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
Content copied to clipboard
init
Cause
Link copied to clipboard
open
fun
initCause
(
cause
:
Throwable
)
:
Throwable
Content copied to clipboard
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
Content copied to clipboard
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
stackTrace
:
Array
<
StackTraceElement
>
)
Content copied to clipboard
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard