public final class ErrorCondition extends Object
Constructor and Description |
---|
ErrorCondition() |
ErrorCondition(Symbol condition,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
copyFrom(ErrorCondition condition) |
boolean |
equals(Object o) |
Symbol |
getCondition() |
String |
getDescription() |
Map |
getInfo() |
int |
hashCode() |
void |
setCondition(Symbol condition) |
void |
setDescription(String description) |
void |
setInfo(Map info) |
String |
toString() |
public Symbol getCondition()
public void setCondition(Symbol condition)
public String getDescription()
public void setDescription(String description)
public Map getInfo()
public void setInfo(Map info)
public void clear()
public void copyFrom(ErrorCondition condition)
Copyright © 2016 The Apache Software Foundation. All rights reserved.