24class DecodeUnknownMarkerAtEndOfTileException :
public std::exception
27class PluginDecodeUnsupportedException :
public std::exception
30class CorruptJP2BoxException :
public std::exception
33class TruncatedPacketHeaderException :
public std::exception
36class SparseBufferOverrunException :
public std::exception
39class CorruptPacketException :
public std::exception
42class CorruptPacketHeaderException :
public CorruptPacketException
45class CorruptPacketDataException :
public CorruptPacketException
48class InvalidMarkerException :
public std::exception
51 explicit InvalidMarkerException(uint16_t marker) :
marker_(marker) {}
55class BadAsocException :
public std::exception
58class CorruptMarkerException :
public std::exception
61class CorruptTLMException :
public CorruptMarkerException
64class CorruptSOTMarkerException :
public CorruptMarkerException
uint16_t marker_
Definition grk_exceptions.h:53
Copyright (C) 2016-2023 Grok Image Compression Inc.
Definition ICacheable.h:20