com.google.appengine.tools.admin
Interface Application.ErrorHandler

Enclosing class:
Application

public static interface Application.ErrorHandler


Method Summary
 java.lang.String getErrorCode()
          Returns the error code, possibly null.
 java.lang.String getFile()
          Returns the not null error handler file name.
 java.lang.String getMimeType()
          Returns the not null error handler mime-type.
 

Method Detail

getFile

java.lang.String getFile()
Returns the not null error handler file name.


getErrorCode

java.lang.String getErrorCode()
Returns the error code, possibly null.


getMimeType

java.lang.String getMimeType()
Returns the not null error handler mime-type.