Home
last modified time | relevance | path

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

/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/implementation/g2d/buffers/
H A DG2DElementsBuffer.java57 throw new BadElementSizeException(elementSize, 1, ELEMENT_SIZE); in setData()
88 throw new BadElementSizeException(elementSize, 1, ELEMENT_SIZE); in setData()
118 throw new BadElementSizeException(elementsSize, 1, ELEMENT_SIZE); in setData()
192 private static class BadElementSizeException extends RuntimeException { class in G2DElementsBuffer
200 public BadElementSizeException(int size, int min, int max) { in BadElementSizeException() method in G2DElementsBuffer.BadElementSizeException
/dports/math/scilab/scilab-6.1.1/scilab/modules/scirenderer/src/org/scilab/forge/scirenderer/implementation/jogl/buffers/
H A DJoGLElementsBuffer.java59 throw new BadElementSizeException(elementSize, 1, ELEMENT_SIZE); in setData()
91 throw new BadElementSizeException(elementSize, 1, ELEMENT_SIZE); in setData()
122 throw new BadElementSizeException(elementsSize, 1, ELEMENT_SIZE); in setData()
296 private static class BadElementSizeException extends RuntimeException { class in JoGLElementsBuffer
304 public BadElementSizeException(int size, int min, int max) { in BadElementSizeException() method in JoGLElementsBuffer.BadElementSizeException