My favorites | 中文(简体) | Sign in

异常

google.appengine.api.images 包提供以下 exception 类:

exception Error()

这是该包中所有异常的基类。

exception TransformationError()

尝试转换图像时发生错误。

exception BadRequestError()

转换参数无效。

exception NotImageError()

指定的图像数据不属于可以识别的图像格式。

exception BadImageError()

指定的图像数据被损坏。

exception LargeImageError()

指定的图像数据过大,无法处理。