org.odata4j.core
Class OErrors
java.lang.Object
org.odata4j.core.OErrors
public class OErrors
- extends Object
A static factory to create immutable OError
instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OErrors
public OErrors()
error
public static OError error(String code,
String message,
String innerError)
- Creates a new
OError
instance.
- Parameters:
code
- the technical error codemessage
- the human-readable error messageinnerError
- details about the error, e.g., the stack trace
- Returns:
- an instance of
OError
http://odata4j.org