Package com.google.appengine.tools.admin
Interface GenericApplication.ErrorHandler
-
- Enclosing interface:
- GenericApplication
public static interface GenericApplication.ErrorHandlerInterface describing the application's error handlers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorCode()Returns the error code, possiblynull.StringgetFile()Returns the notnullerror handler file name.StringgetMimeType()Returns the notnullerror handler mime-type.
-