Class ErrorInfo
- java.lang.Object
-
- org.eclipse.rdf4j.http.protocol.error.ErrorInfo
-
public class ErrorInfo extends Object
- Author:
- Herko ter Horst, Arjohn Kampman
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorMessage()
ErrorType
getErrorType()
static ErrorInfo
parse(String errInfoString)
Parses the string output that is produced bytoString()
.String
toString()
-