public abstract class AbstractFormularComponentValidator<T extends FormularComponent> extends Object implements Validator<T>
Constructor and Description |
---|
AbstractFormularComponentValidator(String message,
String title) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String |
getTitle() |
void |
setMessage(String message) |
void |
setTitle(String title) |
void |
throwValidationException(Exception cause,
T component) |
public String getMessage()
public void setMessage(String message)
public String getTitle()
public void setTitle(String title)
public void throwValidationException(Exception cause, T component) throws ValidationException
ValidationException
Copyright © 2003–2021 XDEV Software. All rights reserved.