Searched refs:RasterFormatException (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DRasterFormatException.java30 * The <code>RasterFormatException</code> is thrown if there is
33 public class RasterFormatException extends java.lang.RuntimeException { class in inherits:java.lang.RuntimeException
36 * Constructs a new <code>RasterFormatException</code> with the
39 * <code>RasterFormatException</code> is thrown
41 public RasterFormatException(String s) { method in class:RasterFormatException
H A DRaster.java198 * @throws RasterFormatException if <code>w</code> or <code>h</code>
243 * @throws RasterFormatException if <code>w</code> or <code>h</code>
300 * @throws RasterFormatException if <code>w</code> or <code>h</code>
352 * @throws RasterFormatException if <code>w</code> or <code>h</code>
440 * @throws RasterFormatException if <code>w</code> or <code>h</code>
505 * @throws RasterFormatException if <code>w</code> or <code>h</code>
614 * @throws RasterFormatException if <code>w</code> or <code>h</code>
623 * @throws RasterFormatException if <code>dataBuffer</code> has more
677 * @throws RasterFormatException if <code>w</code> or <code>h</code>
746 * @throws RasterFormatException i
[all...]
H A DWritableRaster.java58 * @throws RasterFormatException if computing either
83 * @throws RasterFormatException if computing either
118 * @throws RasterFormatException if <code>aRegion</code> has width
151 * @throws RasterFormatException if computing either
207 * @exception RasterFormatException if the subregion is outside of the
209 * @throws RasterFormatException if <code>w</code> or
222 throw new RasterFormatException("parentX lies outside raster");
225 throw new RasterFormatException("parentY lies outside raster");
228 throw new RasterFormatException("(parentX + width) is outside raster");
231 throw new RasterFormatException("(parent
[all...]
H A DAffineTransformOp.java421 * bands. A <CODE>RasterFormatException</CODE> may be thrown if the
447 throw new RasterFormatException("Transformed width ("+w+
451 throw new RasterFormatException("Transformed height ("+h+
481 * and number of bands. A <CODE>RasterFormatException</CODE> may be thrown
H A DMultiPixelPackedSampleModel.java133 * @exception RasterFormatException if the number of bits per pixel
161 throw new RasterFormatException("MultiPixelPackedSampleModel " +
324 * @exception RasterFormatException if the number of bands requested
332 throw new RasterFormatException("MultiPixelPackedSampleModel has "
H A DBandedSampleModel.java155 * @throws RasterFormatException if the number of bands is greater than
162 throw new RasterFormatException("There are only " +
H A DSinglePixelPackedSampleModel.java305 * @exception RasterFormatException if the length of the bands argument is
311 throw new RasterFormatException("There are only " +
H A DComponentSampleModel.java383 throw new RasterFormatException("There are only " +
H A DBufferedImage.java592 * components, a {@link RasterFormatException} is thrown. This
605 * @exception <code>RasterFormatException</code> if the number and
772 throw new RasterFormatException("Number of components in "+
1199 * @exception <code>RasterFormatException</code> if the specified
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteBandedRaster.java29 import java.awt.image.RasterFormatException;
138 throw new RasterFormatException("ByteBandedRaster must have" +
159 throw new RasterFormatException("ByteBandedRasters must have"+
643 * @exception RasterFormatException
652 throw new RasterFormatException("x lies outside raster");
655 throw new RasterFormatException("y lies outside raster");
658 throw new RasterFormatException("(x + width) is outside raster") ;
661 throw new RasterFormatException("(y + height) is outside raster");
698 * @exception RasterFormatException
714 throw new RasterFormatException("negativ
[all...]
H A DIntegerComponentRaster.java29 import java.awt.image.RasterFormatException;
172 throw new RasterFormatException("IntegerComponentRasters must have" +
178 RasterFormatException("DataBuffer for IntegerComponentRasters"+
207 throw new RasterFormatException("IntegerComponentRasters must have"+
541 * @exception RasterFormatException
549 throw new RasterFormatException("x lies outside raster");
552 throw new RasterFormatException("y lies outside raster");
555 throw new RasterFormatException("(x + width) is outside raster");
558 throw new RasterFormatException("(y + height) is outside raster");
595 * @exception RasterFormatException
[all...]
H A DShortBandedRaster.java29 import java.awt.image.RasterFormatException;
135 throw new RasterFormatException("ShortBandedRaster must have " +
156 throw new RasterFormatException("ShortBandedRasters must have "+
641 * @exception RasterFormatException
650 throw new RasterFormatException("x lies outside raster");
653 throw new RasterFormatException("y lies outside raster");
656 throw new RasterFormatException("(x + width) is outside of Raster");
659 throw new RasterFormatException("(y + height) is outside of Raster");
697 * @exception RasterFormatException
713 throw new RasterFormatException("negativ
[all...]
H A DByteComponentRaster.java29 import java.awt.image.RasterFormatException;
159 throw new RasterFormatException("ByteComponentRasters must have " +
167 RasterFormatException("DataBuffer for ByteComponentRasters"+
196 throw new RasterFormatException("IntegerComponentRasters must " +
766 * @exception RasterFormatException
795 * @exception RasterFormatException
803 throw new RasterFormatException("x lies outside the raster");
806 throw new RasterFormatException("y lies outside the raster");
809 throw new RasterFormatException("(x + width) is outside of Raster");
812 throw new RasterFormatException("(
[all...]
H A DShortComponentRaster.java29 import java.awt.image.RasterFormatException;
159 throw new RasterFormatException("ShortComponentRasters must have "+
167 RasterFormatException("DataBuffer for ShortComponentRasters"+
196 throw new RasterFormatException("ShortComponentRasters must have"+
701 * @exception RasterFormatException
730 * @exception RasterFormatException
738 throw new RasterFormatException("x lies outside the raster");
741 throw new RasterFormatException("y lies outside the raster");
744 throw new RasterFormatException("(x + width) is outside of Raster");
747 throw new RasterFormatException("(
[all...]
H A DIntegerInterleavedRaster.java29 import java.awt.image.RasterFormatException;
132 throw new RasterFormatException("IntegerInterleavedRasters must have" +
151 throw new RasterFormatException("IntegerInterleavedRasters must have"+
453 * @exception RasterFormatException
461 throw new RasterFormatException("x lies outside raster");
464 throw new RasterFormatException("y lies outside raster");
467 throw new RasterFormatException("(x + width) is outside raster");
470 throw new RasterFormatException("(y + height) is outside raster");
507 * @exception RasterFormatException
524 throw new RasterFormatException("negativ
[all...]
H A DShortInterleavedRaster.java29 import java.awt.image.RasterFormatException;
136 throw new RasterFormatException("ShortInterleavedRasters must "+
168 throw new RasterFormatException("ShortInterleavedRasters must "+
673 * @exception RasterFormatException
702 * @exception RasterFormatException
710 throw new RasterFormatException("x lies outside the raster");
713 throw new RasterFormatException("y lies outside the raster");
716 throw new RasterFormatException("(x + width) is outside of Raster");
719 throw new RasterFormatException("(y + height) is outside of Raster");
746 throw new RasterFormatException("negativ
[all...]
H A DBytePackedRaster.java29 import java.awt.image.RasterFormatException;
145 * @exception RasterFormatException if the parameters do not conform
158 throw new RasterFormatException("BytePackedRasters must have" +
165 RasterFormatException("DataBuffer for BytePackedRasters"+
178 throw new RasterFormatException
189 throw new RasterFormatException("BytePackedRasters must have"+
1264 * @exception RasterFormatException
1292 * @exception RasterFormatException
1300 throw new RasterFormatException("x lies outside the raster");
1303 throw new RasterFormatException("
[all...]
H A DByteInterleavedRaster.java29 import java.awt.image.RasterFormatException;
196 throw new RasterFormatException("ByteInterleavedRasters must have " +
227 throw new RasterFormatException("ByteInterleavedRasters must " +
1202 * @exception RasterFormatException
1231 * @exception RasterFormatException
1239 throw new RasterFormatException("x lies outside the raster");
1242 throw new RasterFormatException("y lies outside the raster");
1245 throw new RasterFormatException("(x + width) is outside of Raster");
1248 throw new RasterFormatException("(y + height) is outside of Raster");
1275 throw new RasterFormatException("negativ
[all...]
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DIntegerNIORaster.java55 throw new RasterFormatException("IntegerNIORasters must have DataBufferNIOInt DataBuffers");
66 throw new RasterFormatException("negative " + ((w <= 0) ? "width" : "height"));

Completed in 97 milliseconds