Searched refs:IndexOutOfBoundException (Results 1 – 11 of 11) sorted by relevance
48 class IndexOutOfBoundException : public Exception {50 IndexOutOfBoundException() throw() : Exception("Index out of bound") {} in IndexOutOfBoundException() function51 explicit IndexOutOfBoundException(const char* message) throw() in IndexOutOfBoundException() function53 IndexOutOfBoundException(const char* message, int32_t index) throw() { in IndexOutOfBoundException() function62 virtual ~IndexOutOfBoundException() throw() {} in ~IndexOutOfBoundException()
41 throw IndexOutOfBoundException(); in Write()52 throw IndexOutOfBoundException(); in Write()
37 throw IndexOutOfBoundException(); in HMetricAdvanceWidth()49 throw IndexOutOfBoundException(); in HMetricLSB()61 throw IndexOutOfBoundException(); in LsbTableEntry()
63 throw IndexOutOfBoundException("Requested CMap index is out of bounds."); in GetCMap()1206 throw IndexOutOfBoundException( in CMapBuilder()
29 throw IndexOutOfBoundException("Glyph ID is out of bounds."); in GlyphOffset()39 throw IndexOutOfBoundException("Glyph ID is out of bounds."); in GlyphLength()53 throw IndexOutOfBoundException(); in Loca()
52 throw IndexOutOfBoundException(); in Write()67 throw IndexOutOfBoundException(); in Write()
65 throw IndexOutOfBoundException( in Put()87 throw IndexOutOfBoundException( in Put()
66 throw IndexOutOfBoundException( in ReadUByte()78 throw IndexOutOfBoundException( in ReadByte()
89 throw IndexOutOfBoundException("Glyph ID is outside of the allowed range."); in CheckGlyphRange()
39 throw IndexOutOfBoundException( in GetBitmapSizeTable()
169 } catch (IndexOutOfBoundException | IOException e) { 179 } catch (IndexOutOfBoundException | IOException e) {