org.openrdf.http.protocol.error
Class ErrorInfo
java.lang.Object
org.openrdf.http.protocol.error.ErrorInfo
public class ErrorInfo
- extends Object
- Author:
- Herko ter Horst, Arjohn Kampman
ErrorInfo
public ErrorInfo(String errMsg)
ErrorInfo
public ErrorInfo(ErrorType errorType,
String errMsg)
getErrorType
public ErrorType getErrorType()
getErrorMessage
public String getErrorMessage()
toString
public String toString()
- Overrides:
toString in class Object
parse
public static ErrorInfo parse(String errInfoString)
- Parses the string output that is produced by
toString().
Copyright © 2001-2008 Aduna. All Rights Reserved.