| Package | Description |
|---|---|
| org.cthul.resolve |
| Modifier and Type | Method and Description |
|---|---|
ResolvingException |
RResult.asException() |
ResolvingException |
RResponse.asException()
Represents the warnings as single exception.
|
ResolvingException |
ResponseBuilder.NoResult.asException() |
ResolvingException |
ResponseBuilder.WarningLog.asException() |
ResolvingException |
ResolvingException.asException() |
ResolvingException |
ResponseBuilder.WarningsList.asException(RRequest request) |
static ResolvingException |
ResolvingException.wrap(Exception e)
Wraps e in an resolving exception, if it isn't one already.
|
static ResolvingException |
ResolvingException.wrap(RRequest request,
Exception e)
Wraps e in an resolving exception, if it isn't one already.
|
| Modifier and Type | Method and Description |
|---|---|
protected ByteBuffer |
RResult.bufferFrom(String s) |
protected byte[] |
RResult.bytesFrom(String s) |
protected Reader |
RResult.readerFrom(InputStream is) |
protected InputStream |
RResult.streamFrom(String s) |
Copyright © 2015. All rights reserved.