|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.memcache.StrictErrorHandler
public class StrictErrorHandler
A strict error handler, which will throw MemcacheServiceException
or InvalidValueException
for any service error condition.
Constructor Summary | |
---|---|
StrictErrorHandler()
|
Method Summary | |
---|---|
void |
handleDeserializationError(InvalidValueException t)
Throws InvalidValueException for any call. |
void |
handleServiceError(MemcacheServiceException t)
Throws MemcacheServiceException for any call. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrictErrorHandler()
Method Detail |
---|
public void handleDeserializationError(InvalidValueException t)
InvalidValueException
for any call.
handleDeserializationError
in interface ErrorHandler
t
- the classpath error exception
MemcacheServiceException
- for any service error.public void handleServiceError(MemcacheServiceException t)
MemcacheServiceException
for any call.
handleServiceError
in interface ErrorHandler
t
- the service error exception
MemcacheServiceException
- for any service error.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |