public interface TransformationProblem
Modifier and Type | Interface and Description |
---|---|
static class |
TransformationProblem.Builder
TransformationProblem builder. |
static class |
TransformationProblem.SeverityType
Possible types of messages.
|
Modifier and Type | Method and Description |
---|---|
static TransformationProblem.Builder |
deprecated(String message,
Object... args) |
static TransformationProblem.Builder |
error(String message,
Object... args) |
Exception |
getException() |
String |
getLocation() |
String |
getMessage() |
TransformationProblem.SeverityType |
getSeverityType() |
static TransformationProblem.Builder |
warning(String message,
Object... args) |
static TransformationProblem.Builder error(String message, Object... args)
static TransformationProblem.Builder warning(String message, Object... args)
static TransformationProblem.Builder deprecated(String message, Object... args)
String getLocation()
String getMessage()
TransformationProblem.SeverityType getSeverityType()
Exception getException()
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.