public class Error extends Object
Constructor and Description |
---|
Error() |
Error(ErrorCondition condition,
String description) |
Modifier and Type | Method and Description |
---|---|
ErrorCondition |
getCondition() |
String |
getDescription() |
Map |
getInfo() |
void |
setCondition(ErrorCondition condition) |
void |
setDescription(String description) |
void |
setInfo(Map info) |
String |
toString() |
public Error()
public Error(ErrorCondition condition, String description)
public ErrorCondition getCondition()
public void setCondition(ErrorCondition condition)
public String getDescription()
public void setDescription(String description)
public Map getInfo()
public void setInfo(Map info)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.