public class ErrorMap extends Object
| Constructor and Description |
|---|
ErrorMap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentation() |
String |
getShape() |
boolean |
isException() |
boolean |
isFault() |
void |
setDocumentation(String documentation) |
void |
setException(boolean exception) |
void |
setFault(boolean fault) |
void |
setShape(String shape) |
public String getShape()
public void setShape(String shape)
public String getDocumentation()
public void setDocumentation(String documentation)
public boolean isException()
public void setException(boolean exception)
public boolean isFault()
public void setFault(boolean fault)
Copyright © 2016. All rights reserved.