Package | Description |
---|---|
io.takari.builder.internal |
Modifier and Type | Field and Description |
---|---|
Message.MessageSeverity |
Message.severity |
Modifier and Type | Method and Description |
---|---|
static Message.MessageSeverity |
Message.MessageSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.MessageSeverity[] |
Message.MessageSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Message(String file,
int line,
int column,
String message,
Message.MessageSeverity severity,
Throwable cause) |
Copyright © 2021. All rights reserved.