|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Error | |
|---|---|
| org.apache.abdera.protocol.error | |
| Uses of Error in org.apache.abdera.protocol.error |
|---|
| Methods in org.apache.abdera.protocol.error that return Error | |
|---|---|
static Error |
Error.create(Abdera abdera,
int code,
String message)
Create a new Error object |
static Error |
Error.create(Abdera abdera,
int code,
String message,
Throwable t)
|
Error |
ProtocolException.getError()
|
Error |
Error.setCode(int code)
The code should typically match the HTTP status code; however, certain application scenarios may require the use of a different code |
Error |
Error.setMessage(String message)
Human-readable, language-sensitive description of the error |
| Constructors in org.apache.abdera.protocol.error with parameters of type Error | |
|---|---|
ProtocolException(Error error)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||