Home
last modified time | relevance | path

Searched refs:FormatError (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/png/
Dpng.py305 class FormatError(Error): class
312 class ChunkError(FormatError):
1468 raise FormatError('Invalid PNG Filter Type.'
1685 raise FormatError(
1698 raise FormatError("PNG file has invalid signature.")
1717 raise FormatError(
1734 raise FormatError(
1739 raise FormatError('Chunk %s is too large: %d.' % (type,length))
1755 raise FormatError('IHDR chunk has incorrect length.')
1770 raise FormatError("Illegal combination of bit depth (%d)"
[all …]