com.google.appengine.api.memcache
Class ErrorHandlers

java.lang.Object
  extended by com.google.appengine.api.memcache.ErrorHandlers

public final class ErrorHandlers
extends java.lang.Object

Static utility for getting built-in ErrorHandlers.


Method Summary
static ErrorHandler getDefault()
          Returns the default error handler.
static LogAndContinueErrorHandler getLogAndContinue(java.util.logging.Level logLevel)
          Returns an instance of LogAndContinueErrorHandler.
static StrictErrorHandler getStrict()
          Returns an instance of StrictErrorHandler.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStrict

public static StrictErrorHandler getStrict()
Returns an instance of StrictErrorHandler.


getLogAndContinue

public static LogAndContinueErrorHandler getLogAndContinue(java.util.logging.Level logLevel)
Returns an instance of LogAndContinueErrorHandler.


getDefault

public static ErrorHandler getDefault()
Returns the default error handler.