public final class DetailedError extends Object
Constructor and Description |
---|
DetailedError(String code,
Object[] arguments,
String message) |
DetailedError(String fieldName,
String code,
Object[] arguments,
String message) |
Modifier and Type | Method and Description |
---|---|
Object[] |
getArguments() |
String |
getCode() |
String |
getFieldName() |
String |
getMessage() |
boolean |
isGlobal() |
String |
toString() |
Copyright © 2017 The THYMELEAF team. All rights reserved.