public class Error extends Object
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getMessages() |
String |
getTitle() |
void |
setMessages(String[] messages) |
void |
setTitle(String title) |
public String getTitle()
public void setTitle(String title)
title - the title of the error messagepublic String[] getMessages()
public void setMessages(String[] messages)
messages - the error messagesCopyright © 2015. All rights reserved.