|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<String,Object>
org.bson.BasicBSONObject
com.mongodb.BasicDBObject
com.mongodb.CommandResult
public class CommandResult
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Method Summary | |
---|---|
String |
getErrorMessage()
|
MongoException |
getException()
|
boolean |
ok()
|
void |
throwOnError()
|
Methods inherited from class com.mongodb.BasicDBObject |
---|
append, isPartialObject, markAsPartialObject, toString |
Methods inherited from class org.bson.BasicBSONObject |
---|
containsField, containsKey, equals, get, getInt, getInt, getLong, getString, put, putAll, putAll, removeField, toMap |
Methods inherited from class java.util.LinkedHashMap |
---|
clear, containsValue, get, removeEldestEntry |
Methods inherited from class java.util.HashMap |
---|
clone, containsKey, entrySet, isEmpty, keySet, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
hashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.bson.BSONObject |
---|
containsField, containsKey, get, keySet, put, putAll, putAll, removeField, toMap |
Methods inherited from interface java.util.Map |
---|
containsKey, entrySet, hashCode, isEmpty, keySet, remove, size, values |
Method Detail |
---|
public boolean ok()
public String getErrorMessage()
public MongoException getException()
public void throwOnError() throws MongoException
MongoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |